Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.1 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.1 KB

NuPlan-Download-CLI

Download Scripts

git clone https://github.com/Syzygianinfern0/NuPlan-Download-CLI.git

ENV Setup

cd NuPlan-Download-CLI
conda env create -f environment_fun.yml
conda activate fun

Usage

python download_nuplan.py --username <username> --password <password>
wget -i download_links.txt

The URLs should be valid for about five days. If you need to download the files again, just run the script again to generate the URLs. Godspeed with the terrabytes of downloads and good luck choking and hogging your entire team's bandwidth.

Why

The NuScenes team for some reason keeps these links behind a convoluted authentation and token expiration system. And that makes downloading them super hard unless you want to keep a browser open for 5 days straight or use a CurlWget extension for 165 different links individually. This script automates that process by reverse engineering the authentation system and capturing the bearer tokens responsible for generating those temporary URLs for download. You can then download those files using wget very easily! Have fun <3