• AIC24 Track3 Data can be downloaded here.
 
  • The test dataset and evaluation script used by our 2024 evaluation system are provided below:
    • A2 dataset provided in the above link will be used for testing.
    • AIC24 Track 3 evaluation script – link
(by clicking on the link, you are accepting this particular data license agreement)


(Note 01/31/2024: Currently there is an issue with the original downloading method described below. Please use the direct google drive link provided above. )

Please follow the blow instructions to download the AIC2024 Track3 data from google cloud (using terminal/cmd). 

Download and configure gustil:

1. install gsutil
https://cloud.google.com/storage/docs/gsutil_install

for windows you can also install from : https://cloud.google.com/sdk/docs/downloads-versioned-archives

after extracting (extract as an admin), update the system path to add the bin folder of google cloud sdk. restart your system. Type gsutil/gcloud in terminal to verify the installation.

2. Authorize gsutil:

gcloud auth activate-service-account --key-file=/path/to/your/aicity-2024-a74c1845cf85.json

where key-file (aicity-2024-a74c1845cf85.json) is provided here.

3. Set Default Project:

gcloud config set project YOUR_PROJECT_ID

where project_id= aicity-2024

4. Download Data:

List the files using: 

gsutil ls gs://ai-city-data-2024/2024-data


A1_1-A1_6 has 10 users data each, while A1_7 has 9 users data =total (69 users data).
A2 has 15 users data without any annotation files.

Download the data files with gsutil cp, e.g:

gsutil cp gs://ai-city-data-2024/2024-data/A2.zip /path/on/your/local/machine