arthurdjn commited on
Commit
f8cb20d
·
verified ·
1 Parent(s): 21b05c7

Update model card for second-multihead.nuscenes.openpcdet

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