nwojke / deep_sort

Simple Online Realtime Tracking with a Deep Association Metric
GNU General Public License v3.0
5.27k stars 1.47k forks source link

issue with deep_sort_app.py #193

Closed Maxwell2016LeChouchou closed 4 years ago

Maxwell2016LeChouchou commented 4 years ago

Hello, your command about python deep_sort_app.py \ --sequence_dir=./MOT16/test/MOT16-06 \ --detection_file=./resources/detections/MOT16_POI_test/MOT16-06.npy \ --min_confidence=0.3 \ --nn_budget=100 \ --display=True which means you are trying to give the sequence_dir about the test folder of MOT16, however, in your deep_sort_app.py, your function of gather_sequence_info is trying to read the MOT16/test/MOT16-06. However, the MOT16/test/MOT16-06 does not exist gt/gt.txt file, how is that possible to read? The gt/gt.txt only exist in the MOT16/train/ file

Melkeydev commented 4 years ago

Were you able to solve this? Running into the same issue when trying to run this

Maxwell2016LeChouchou commented 4 years ago

Yes, I run, thats the python code for running the video sequence.