CenterTrack icon indicating copy to clipboard operation
CenterTrack copied to clipboard

'convert_mot_det_to_results.py' not working well?

Open linkinpark213 opened this issue 4 years ago • 4 comments

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?

linkinpark213 avatar Apr 06 '20 07:04 linkinpark213

I am facing the same question. Have you solved it?

TTTREE avatar Apr 15 '20 02:04 TTTREE

@TTTREE Sorry, but I went on working with other things... :(

linkinpark213 avatar Apr 15 '20 04:04 linkinpark213

@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

annie-surla avatar May 11 '20 14:05 annie-surla

Have did you solve this problem?

fangdaoyou avatar Jan 03 '22 10:01 fangdaoyou