We hope you are enjoying the challenge till now and running GPUs to get the best model out there!!
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
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