arthurdjn commited on
Commit
1236deb
·
verified ·
1 Parent(s): 1faadf5

Update model card for second.kitti.openpcdet

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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