📢 Accessing AOT dataset is now even easier! 🎉

We hope you are enjoying the challenge till now and running GPUs to get the best model out there!! :computer:

The dataset is now available by public EFS (network drive) as well, which you can mount.

How?

sudo mount -t nfs -o nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2 \
airborne-object-tracking-dataset.aicrowd.com:/ data/
data/
└── aot_training
    ├── annotation
    │   ├── anno
    │   ├── anno.json
    │   └── splits.json
    └── raw_data
        ├── train1
        ├── train2
        └── train3

7 directories, 2 files

:point_right: End to end example on Colab


In case you missed it:
- You can also use s3fs to mount the data.
- FAQs and common mistakes while making a submission
- 🧞 Requesting feedback and suggestions

3 Likes