Nuscenes Download
This script is used for downloading and extracting the complete NuScenes dataset. Please use it responsibly and solely for educational and research purposes.
What's New
Updated the md5sum (from songshiyu01) & Automation of getting bearer token (from harsanyidani)
Usage
- Please register and log in at https://www.nuscenes.org/nuscenes to obtain access permissions.
- Set the
useremail,password,output_dirandregionvariables. - Run the
download_nuscenes.pyscript.
# replace your email and password in https://www.nuscenes.org/
useremail = "your_email"
password = "your_password"
output_dir = "/path/to/save"
region = 'asia' # 'us' or 'asia'Acknowledgement
Many thanks to the following open-source projects: