- Download the v1.0-mini dataset from "https://www.nuscenes.org" -> download (need to create a login before downloading dataset)
- Unzip the dataset to the required folder.
- python3 -m venv --system-site-packages ./venv_1
- source ./venv_1/bin/activate
- pip install --upgrade pip
- pip install nuscenes-devkit # install nuscenes-devkit from "https://github.com/nutonomy/nuscenes-devkit"
- pip install tensorflow
https://www.nuscenes.org/nuscenes#data-format
- Change the 'dataroot' to your v1.0-mini's root in the tf_dataset_loader.py
- python tf_dataset_loader.py