castacks / tartanairpy

A Python package for the TartanAir-V2 dataset.
MIT License
12 stars 3 forks source link

Add support for returning file list and multi-thread download #34

Open Nik-V9 opened 3 months ago

Nik-V9 commented 3 months ago

Made minor changes to the download module to support return of entire file list.

Added an example multi-thread download script to enable quick download of entire dataset. The file also has a retry logic to enable download of failed zip files.