roboflow / notebooks

Examples and tutorials on using SOTA computer vision models and techniques. Learn everything from old-school ResNet, through YOLO and object-detection transformers like DETR, to the latest models like Grounding DINO and SAM.
https://roboflow.com/models
5.27k stars 814 forks source link

403 - Forbidden for dfl-bundesliga-data-shootout dataset #19

Closed totuta closed 1 year ago

totuta commented 1 year ago

Search before asking

Notebook name

how-to-track-football-players.ipynb

Bug

Hi, I was running

%cd {HOME}
!kaggle competitions files -c dfl-bundesliga-data-shootout | \
grep clips | head -20 | \
awk '{print $1}' | \
while read -r line; \
  do kaggle competitions download -c dfl-bundesliga-data-shootout -f $line -p clips --quiet; \
  unzip ${line}.zip -d clips && rm ${line}.zip; \
  done

and got this error

403 - Forbidden unzip: cannot find or open clips/0a2d9b_1.mp4.zip

And when I visit the Kaggle competition site at https://www.kaggle.com/competitions/dfl-bundesliga-data-shootout/rules, it says:

New entrants are currently not allowed. You will be able to accept the rules and submit late predictions after the competition completes.

Is it because the dataset is currently locked?

Environment

Minimal Reproducible Example

No response

Additional

No response

Are you willing to submit a PR?

SkalskiP commented 1 year ago

Hi, @totuta 👋🏻! Thank you for being interested in our tutorials. This problem is related to Kaggle not allowing new people to download the data for the next 9 days (most likely). I still have access to that data as I participated in the competition. I'll zip the clips directory and drop it on my google drive.

SkalskiP commented 1 year ago

@totuta please let me know if that link works: https://drive.google.com/file/d/1khi9E-uC6nfmOn-Vqhh1SYiTsynK7lUy/view?usp=sharing You should find the zip with 200 clips there! :)

totuta commented 1 year ago

@SkalskiP Thank you very much for sharing the files!

I will close this issue when the data is available from Kaggle again. For other people's reference.

SkalskiP commented 1 year ago

Great, @totuta!

totuta commented 1 year ago

Now I can confirm that the original Kaggle download page is back to normal

SkalskiP commented 1 year ago

This is great @totuta! Thank you very much for the confirmation :)