This script is used for downloading and extracting the complete NuScenes dataset. Please use it responsibly and solely for educational and research purposes.
Updated the md5sum (from songshiyu01) & Automation of getting bearer token (from harsanyidani)
- Please register and log in at https://www.nuscenes.org/nuscenes to obtain access permissions.
- Set the
useremail
,password
,output_dir
andregion
variables. - Run the
download_nuscenes.py
script.
# 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'
Many thanks to the following open-source projects: