├── configs/ │ └── pointpillars.yaml │ ├── datasets/ │ └── nuscenes_dataset.py │ ├── models/ │ ├── pointpillars.py │ ├── pillar_encoder.py │ └── losses.py │ ├── utils ...
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.