autonomy_datasets makes it easy to run the demo with other supported datasets.
For example, the nvidia profile uses the NVIDIA PhysicalAI Autonomous Vehicles dataset. It downloads selected scenes, converts them to ROS bags, and replays them through the detector.
Feel free to configure additional demos with one of the datasets available through autonomy_datasets.
Example setup for the NVIDIA PhysicalAI Autonomous Vehicles dataset
-
Create a read-only Hugging Face access token.
-
Accept the dataset terms on the NVIDIA dataset page.
-
Store the token in
demo/.env:HF_TOKEN=your_token_here
-
Allow the containers to access the local X server and start the profile:
xhost +local: cd demo docker compose --profile nvidia up -d⚠️ The first scene may take at least several minutes to download and convert.ℹ️ Change the country with
nvidia_filter_countriesinconfig/autonomy_datasets.nvidia.params.yml. Generated data is stored underdemo/data/datasetsand can be reused in later runs. -
Shutdown of the demo:
docker compose --profile nvidia down xhost -local:
To process your own PCD files, follow these instructions.