Update model card for second.kitti.openpcdet
Browse files
README.md
CHANGED
|
@@ -48,6 +48,8 @@ A SECOND 3D object detection model (sparse convolutional voxel detector). Traine
|
|
| 48 |
pip install torch-pointcloud
|
| 49 |
```
|
| 50 |
|
|
|
|
|
|
|
| 51 |
## Usage
|
| 52 |
|
| 53 |
```python
|
|
|
|
| 48 |
pip install torch-pointcloud
|
| 49 |
```
|
| 50 |
|
| 51 |
+
This checkpoint also needs `spconv`, which needs a build matching your torch and CUDA: see the [installation guide](https://pytorch-pointcloud.org/installation/).
|
| 52 |
+
|
| 53 |
## Usage
|
| 54 |
|
| 55 |
```python
|