📋 Dataset Information
Note: This preview shows only 10 sample images. Use the command below to download the complete dataset.
🔧 Prerequisites
Before downloading, ensure you have:
gsutil installed: pip install gsutil or Cloud SDK
Authentication: gcloud auth login
Sufficient storage space for the complete dataset
💾 Download Command
Copy and run this command in your terminal to download the complete dataset:
gsutil -m rsync -r gs://bucket/path ./local-folder
Copy
✓ Copied to clipboard!
This will download all files from the dataset to your local ./fixed-sites-[dataset-id] directory.
The -m flag enables parallel downloads for faster transfer.