Supervision Traffic Example - Download error

I’m trying out Supervision with the Roboflow tutorial: https://github.com/roboflow/supervision/tree/develop/examples/traffic_analysis

But I can’t seem to download the necessary files with:
./setup.sh

Any help would be appreciate.

Hello! Thank you for leaving this comment. Can you file an Issue in the supervision GitHub repository with a description of any errors you have received. This will ensure the full supervision team sees your comment.

I looked at and tried the script and it looks like “gdown” isn’t installed in the script. You can install it following the project GitHub instructions: GitHub - wkentaro/gdown: Download a large file from Google Drive (curl/wget fails because of the security notice).. If this is not helpful, we can continue the discussion in GitHub Issues!

Thanks James. I’m very new to all of this (quite literally new all of it: gits, python, computer vision). So am a bit unsure how to file an Issue in the supervision GitHub. Any advice on that or a tutorial would be appreciated.

But in the meantime I will attempt to get gdown via the link you provided and then hopefully the original ./setup.sh should work?

Thank you for the information! Did you get an error when you run the ./setup.sh script?