Update model card for second-multihead.nuscenes.openpcdet
Browse files
README.md
CHANGED
|
@@ -35,6 +35,8 @@ A SECOND 3D object detection model (sparse convolutional voxel detector). Traine
|
|
| 35 |
pip install torch-pointcloud
|
| 36 |
```
|
| 37 |
|
|
|
|
|
|
|
| 38 |
## Usage
|
| 39 |
|
| 40 |
```python
|
|
|
|
| 35 |
pip install torch-pointcloud
|
| 36 |
```
|
| 37 |
|
| 38 |
+
This checkpoint also needs `spconv`, which needs a build matching your torch and CUDA: see the [installation guide](https://pytorch-pointcloud.org/installation/).
|
| 39 |
+
|
| 40 |
## Usage
|
| 41 |
|
| 42 |
```python
|