如何快速用脚本下载Nuscenes数据集
·
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:
- https://github.com/Syzygianinfern0/NuPlan-Download-CLI
DAMO开发者矩阵,由阿里巴巴达摩院和中国互联网协会联合发起,致力于探讨最前沿的技术趋势与应用成果,搭建高质量的交流与分享平台,推动技术创新与产业应用链接,围绕“人工智能与新型计算”构建开放共享的开发者生态。
更多推荐

所有评论(0)