CenterTrack
CenterTrack copied to clipboard
'convert_mot_det_to_results.py' not working well?
Hi, thanks for your great work on MOT!
I have been trying to prepare MOT dataset using your src/tools/get_mot_17.sh
, but found out that src/tools/convert_mot_det_to_results.py
isn't working as I expected. On line 15, os.listdir('../../data/mot17/')
was called to fetch all folders with '_det' in its name. However, in my ../../data/mot17/
, there are only 4 folders (train, test, results, annotations), none of which has '_det' in its name, so the script ended without printing anything.
I wonder if there's anything missing in my data, or did convert_mot_to_coco.py
not generate enough output files?
I am facing the same question. Have you solved it?
@TTTREE Sorry, but I went on working with other things... :(
@xingyizhou Can you please give a resolution to this? The question is valid. It's not doing it's job as the seq list is returned empty with '_det' directory search in DET_PATH
Have did you solve this problem?