ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.8k stars 906 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'datasets/data_path/citypersons.train #137

Closed HTCho1 closed 2 years ago

HTCho1 commented 2 years ago

Dear authors I am converting citypersons data to COCO format. However, when running convert_cityperson_to_coco.py, i encounterd FileNotFoundError. i have followed your data structure. In convert_cityperson_to_coco.py, what means DATA_FILE_PATH? i didn't make 'datasets/data_path/citypersons.train'. thank you.

Ali96528 commented 1 year ago

file is here : "datasets/data_path/citypersons.train" in this programme.

wenkebei commented 1 year ago

so how to solve this problem? please