tmandel / fish-detrac

18 stars 2 forks source link

UA-DETRAC link not working #2

Open mominali12 opened 4 months ago

mominali12 commented 4 months ago

The following link under the heading Running trackers on datasets is not working: https://detrac-db.rit.albany.edu/download

tmandel commented 4 months ago

Thank you for the feedback! It looks like that site has been taken offline.

We updated the README to include a link to an archive of it, from which the train images can be downloaded: https://wayback.archive-it.org/org-652/20231112212640/https://detrac-db.rit.albany.edu/download

As for the mat annotations, we uploaded them to our own server: https://web.datadrivengame.science/fishtrac/DETRAC-Train-Annotations-MAT.zip

Hope this helps!

mominali12 commented 4 months ago

@tmandel Thanks for promptly responding. Although the issue with data avaialbility is resolved there seems to be an issue with the file naming or perhaps missing files in the provided Annotations data link.

Im getting following error when I execute the command python experiment_wrapper.py GOG 0.3 fishtrac-train octave-cli FileNotFoundError: [Errno 2] No such file or directory: './DETRAC-Train-Annotations-MAT/V1_Leleiwi_26June19_22.mat'

Although the folder is created however the file is missing.

mominali12 commented 4 months ago

I am using a docker image to reproduce the environment following the documentation provided in README.md. Using UADETRAC images and MAT Annotations and corresponding fishtrac-train sequences I aim to run the trackers. To run trackers following commands were executed:

    cd fishtrac
    conda activate fish_env
    python experiment_wrapper.py GOG 0.3 fishtrac-train octave-cli
    python experiment_wrapper.py KPD 0.5 fishtrac-train octave-cli

And the second last command results in the following error:

FileNotFoundError: [Errno 2] No such file or directory: './DETRAC-Train-Annotations-MAT/V1_Leleiwi_26June19_22.mat'