MKLab-ITI / FIVR-200K

FIVR-200K dataset from the "FIVR: Fine-grained Incident Video Retrieval" [TMM 2019]
Apache License 2.0
78 stars 8 forks source link

feature file can't be downloaded, link doesn't work #4

Closed DilinaHirantha closed 1 year ago

gkordo commented 2 years ago

Hi, thanks for bringing it to my attention. Can you please elaborate a bit more? Which link are you trying and what is the error you are getting?

DilinaHirantha commented 2 years ago

Hi, thanks for your consideration, given link for global features https://ndd.iti.gr/features/ can't be reached, how ever I managed to download them using the evaluation file

DilinaHirantha commented 2 years ago

Also, downloading fivr-5k it bit critical cause need lot of storage, but if download few number of videos and still can we generate the same evaluation results?

gkordo commented 2 years ago

Hi, thanks for your consideration, given link for global features https://ndd.iti.gr/features/ can't be reached, how ever I managed to download them using the evaluation file

Great! Still, we have fixed the issue, so now the link should work.

Also, downloading fivr-5k it bit critical cause need lot of storage, but if download few number of videos and still can we generate the same evaluation results?

Regarding this issue, you can download a subset of FIVR-5K and use the evaluation.py script just by providing the ids of the videos you downloaded to the --dataset_ids argument. Yet, the results would not be the same as the videos set used for evaluation is a critical factor that affects the output scores.

zhang123-sys commented 1 year ago

image

gkordo commented 1 year ago

@zhang123-sys I migrated the code to yt-dlp, so the video downloading should work now.