LCFractal / AIC21-MTMC

🏆The 1st place solution of track3 (City-Scale Multi-Camera Vehicle Tracking) in the NVIDIA AI City Challenge at CVPR 2021 Workshop.
MIT License
128 stars 35 forks source link

Missing detection folder when reproducing frome detect_provided #35

Open ImDuong opened 1 year ago

ImDuong commented 1 year ago

Hi, I'm getting trouble in running ./run_mcmt.sh. It produces the error

FileNotFoundError: [Errno 2] No such file or directory: '/home/xxx/AIC21-MTMC/datasets/detection/images/test/S06/c044/img1'

In fact, I did replace '/home/xxx' with the right root dir. However, I found out that there's no mention about detection folder to assign the new value for DET_SOURCE_DIR in config/aic_mcmt.yml ![Uploading image.png…]() Do you have any suggestions to solve this problem?