代码在git

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

  1. Please register and log in at https://www.nuscenes.org/nuscenes to obtain access permissions.
  2. Set the useremail, password, output_dir and region variables.
  3. 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'

Acknowledgement

Many thanks to the following open-source projects:

  1. https://github.com/Syzygianinfern0/NuPlan-Download-CLI
Logo

DAMO开发者矩阵,由阿里巴巴达摩院和中国互联网协会联合发起,致力于探讨最前沿的技术趋势与应用成果,搭建高质量的交流与分享平台,推动技术创新与产业应用链接,围绕“人工智能与新型计算”构建开放共享的开发者生态。

更多推荐