CenterTrack icon indicating copy to clipboard operation
CenterTrack copied to clipboard

Qustions about testing on MOT17 test dataset!

Open lDarryll opened this issue 3 years ago • 1 comments

I can run the project on the terminal(python test.py tracking --exp_id mot17_half --dataset mot --dataset_version 17halfval --pre_hm --ltrb_amodal --track_thresh 0.4 --pre_thresh 0.5 --load_model ../models/mot17_half.pth), but I report the following error every time I debug in IDEE

import DCN failed Import DCN failed import DCN failed import DCN failed

When I run this command( python test.py tracking --exp_id mot17_half_public --dataset mot --dataset_version 17halfval --pre_hm --ltrb_amodal --track_thresh 0.4 --pre_thresh 0.5 --load_model ../models/mot17_half.pth --public_det --load_results ../data/mot17/results/val_half_det.json), the output is 0.0 or Nan. Why

lDarryll avatar Nov 05 '20 06:11 lDarryll

I have the same problem with you (No.2 you mentioned). Have you solved the problem yet? Thanks

Li1zz avatar Aug 24 '22 14:08 Li1zz