Primary competition visual

Barbados Traffic Analysis Challenge

Helping Barbados
$11 000 USD
Completed (2 months ago)
Computer Vision
Prediction
Object Tracking
Video Analytics
Deep Learning
1836 joined
222 active
Starti
Nov 07, 25
Closei
Jan 25, 26
Reveali
Jan 26, 26
access to Datasets
Data · 7 Nov 2025, 18:47 · 3

Is it any other way to download the dataset directly? I havent use google bucket before.

Discussion 3 answers
User avatar
cyntox

I don't think you want to download the data directly to your machine since its 575GB. They posted a notebook that shows how to download the data but you need a Google Cloud account for that and for me it only worked when I added billing information (but I think the actual data download fees are on their side).

Unfortunately it seems like that's the only way to get the files

Edit:

Just found out you can download the data directly with a link even without account. Just go to https://storage.googleapis.com/brb-traffic/ to see a XML of all the files and then construct a link like so: https://storage.googleapis.com/brb-traffic/[key] (example: https://storage.googleapis.com/brb-traffic/normanniles1/normanniles1_2025-10-20-12-11-45.mp4 ). You can simply write a script that parses the XML and loops through the files to download them

7 Nov 2025, 20:58
Upvotes 1
User avatar
Muhamed_Tuo
Inveniam

Very useful. Thanks for sharing

Thanks for your awsome advice. It really works. But I have to solve another problem , where to download and save so huge dataset😭