Update model card for kpfcnn-base-deform.s3dis.hugues-thomas
Browse files
README.md
CHANGED
|
@@ -97,13 +97,19 @@ with torch.no_grad():
|
|
| 97 |
booktitle = {ICCV},
|
| 98 |
year = {2019}
|
| 99 |
}
|
| 100 |
-
```
|
| 101 |
|
| 102 |
-
```bibtex
|
| 103 |
@inproceedings{armeni2016s3dis,
|
| 104 |
title = {{3D} Semantic Parsing of Large-Scale Indoor Spaces},
|
| 105 |
author = {Armeni, Iro and Sener, Ozan and Zamir, Amir R. and Jiang, Helen and Brilakis, Ioannis and Fischer, Martin and Savarese, Silvio},
|
| 106 |
booktitle = {CVPR},
|
| 107 |
year = {2016}
|
| 108 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
```
|
|
|
|
| 97 |
booktitle = {ICCV},
|
| 98 |
year = {2019}
|
| 99 |
}
|
|
|
|
| 100 |
|
|
|
|
| 101 |
@inproceedings{armeni2016s3dis,
|
| 102 |
title = {{3D} Semantic Parsing of Large-Scale Indoor Spaces},
|
| 103 |
author = {Armeni, Iro and Sener, Ozan and Zamir, Amir R. and Jiang, Helen and Brilakis, Ioannis and Fischer, Martin and Savarese, Silvio},
|
| 104 |
booktitle = {CVPR},
|
| 105 |
year = {2016}
|
| 106 |
}
|
| 107 |
+
|
| 108 |
+
@software{dujardin2026pytorchpointcloud,
|
| 109 |
+
author = {Arthur Dujardin},
|
| 110 |
+
title = {PyTorch PointCloud},
|
| 111 |
+
year = {2026},
|
| 112 |
+
doi = {10.5281/zenodo.22159632},
|
| 113 |
+
url = {https://github.com/arthurdjn/pytorch-pointcloud},
|
| 114 |
+
}
|
| 115 |
```
|