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