arthurdjn commited on
Commit
01a8c12
·
verified ·
1 Parent(s): 7b409b3

Update model card for concerto-large-lp.scannet20.pointcept

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -51,6 +51,8 @@ A Concerto point cloud segmentation model (joint 2D-3D representation encoder).
51
  pip install torch-pointcloud
52
  ```
53
 
 
 
54
  ## Usage
55
 
56
  ```python
 
51
  pip install torch-pointcloud
52
  ```
53
 
54
+ This checkpoint also needs `spconv` and `flash-attn`, which need a build matching your torch and CUDA: see the [installation guide](https://pytorch-pointcloud.org/installation/).
55
+
56
  ## Usage
57
 
58
  ```python