open-mmlab / mmtracking

OpenMMLab Video Perception Toolbox. It supports Video Object Detection (VID), Multiple Object Tracking (MOT), Single Object Tracking (SOT), Video Instance Segmentation (VIS) with a unified framework.
https://mmtracking.readthedocs.io/en/latest/
Apache License 2.0
3.57k stars 597 forks source link

KeyError: "'track_bboxes' not found in the outputs." #935

Open chenshangying1 opened 7 months ago

chenshangying1 commented 7 months ago

直接运行test.py deepsort_faster-rcnn_fpn_4e_mot17-public-half.py 得到结果没有问题,但是当我 运行train.py deepsort_faster-rcnn_fpn_4e_mot17-public-half.py 后得到文件 1-deepsort_faster-rcnn_fpn_4e_mot17-public-half.py 然后运行test.py 1-deepsort_faster-rcnn_fpn_4e_mot17-public-half.py --eval track

get some error:KeyError: "'track_bboxes' not found in the outputs."怎么办