Update model card for concerto-large-lp.scannet20.pointcept
Browse files
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
|