Closed TianQingX closed 3 years ago
@liqikai9 Could you help check this problem?
Please run the demo script follow this template.
python demo/top_down_video_demo_with_mmdet.py \
${MMDET_CONFIG_FILE} ${MMDET_CHECKPOINT_FILE} \
${MMPOSE_CONFIG_FILE} ${MMPOSE_CHECKPOINT_FILE} \
--video-path ${VIDEO_FILE} \
--out-video-root ${OUTPUT_VIDEO_ROOT} \
[--show --device ${GPU_ID or CPU}] \
[--bbox-thr ${BBOX_SCORE_THR} --kpt-thr ${KPT_SCORE_THR}]
It seems that your path to ${MMDET_CONFIG_FILE}
, $mmdetection/mmdet/models/detectors/yolox.py
, is not appropriate. It should be a path like $mmdetection/configs/yolox/yolox_s_8x8_300e_coco.py
. You can change this field and have a try.
When I try to run a top-down demo for video file, it report two error. Is this relate to I run detectors file from other package? or the video form has to be mp4?
$ python demo/top_down_video_demo_with_mmdet.py \