You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
我在使用mmpose进行关键点提取的时候,使用python demo/topdown_demo_with_mmdet.py demo/mmdetection_cfg/faster_rcnn_r50_fpn_coco.py checkpoints/faster_rcnn_r50_fpn_1x_coco_20200130-047c8118.pth configs/animal_2d_keypoint/topdown_heatmap/animalpose/td-hm_hrnet-w48_8xb64-210e_animalpose-256x256.py work_dirs/model-2/train/best_coco_AP_epoch_10.pth --input show_data/01_1.jpg --output-root vis_results/model-2 --draw-heatmap --draw-bbox --det-cat-id=19代码对图片训练。我现在想把目标检测部分的mmdet的checkpoints换成yolo的,但是我看mmpose的demo文件夹里并没有提供相关配置文件,所以我想知道是不是可以把mmdet换为mmyolo,来进行目标检测
Beta Was this translation helpful? Give feedback.
All reactions