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

Detection folder missing in the provided zip file #1

Closed pchunduri6 closed 3 years ago

pchunduri6 commented 3 years ago

Hi, thanks for the great work. I was trying to reproduce the results, but the folder AIC21-MTMC/datasets/detection/ seems to be missing. This folder is used in all the shell scripts and is present in the config files (e.g. DET_SOURCE_DIR in config/aic_mcmt.yml). Is there a link where we can download this folder? Below is the complete error message:

tracking c041 with aic_mcmt.yml
tracking c042 with aic_mcmt.yml
tracking c043 with aic_mcmt.yml
tracking c044 with aic_mcmt.yml
tracking c045 with aic_mcmt.yml
tracking c046 with aic_mcmt.yml
Traceback (most recent call last):
  File "/home/pchunduri6/reid/AIC21-MTMC/tracker/MOTBaseline/src/fair_app.py", line 309, in <module>
    run(
  File "/home/pchunduri6/reid/AIC21-MTMC/tracker/MOTBaseline/src/fair_app.py", line 175, in run
    seq_info = gather_sequence_info(sequence_dir, detection_file, max_frame_idx)
  File "/home/pchunduri6/reid/AIC21-MTMC/tracker/MOTBaseline/src/fair_app.py", line 49, in gather_sequence_info
    for f in os.listdir(image_dir)}
FileNotFoundError: [Errno 2] No such file or directory: '/home/pchunduri6/reid/AIC21-MTMC/datasets/detection/images/test/S06/c045/img1'

Thanks in advance!

LCFractal commented 3 years ago

Sorry, this is my mistake. You can use this command to generate the required files: https://github.com/LCFractal/AIC21-MTMC/blob/c4f8225fc18d00396e675734ca2510b7cb429afd/run_mcmt.sh#L4 I have uncommented this line in run_mcmt.sh