arthurdjn commited on
Commit
cf4bd9a
·
verified ·
1 Parent(s): ade6566

Update model card for pointnext-sm.s3dis-area5.openpoints

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -99,13 +99,19 @@ with torch.no_grad():
99
  booktitle = {NeurIPS},
100
  year = {2022}
101
  }
102
- ```
103
 
104
- ```bibtex
105
  @inproceedings{armeni2016s3dis,
106
  title = {{3D} Semantic Parsing of Large-Scale Indoor Spaces},
107
  author = {Armeni, Iro and Sener, Ozan and Zamir, Amir R. and Jiang, Helen and Brilakis, Ioannis and Fischer, Martin and Savarese, Silvio},
108
  booktitle = {CVPR},
109
  year = {2016}
110
  }
 
 
 
 
 
 
 
 
111
  ```
 
99
  booktitle = {NeurIPS},
100
  year = {2022}
101
  }
 
102
 
 
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
+
110
+ @software{dujardin2026pytorchpointcloud,
111
+ author = {Arthur Dujardin},
112
+ title = {PyTorch PointCloud},
113
+ year = {2026},
114
+ doi = {10.5281/zenodo.22159632},
115
+ url = {https://github.com/arthurdjn/pytorch-pointcloud},
116
+ }
117
  ```