arthurdjn commited on
Commit
5149d99
·
verified ·
1 Parent(s): 6b90c49

Update model card for pointnext-sm.shapenetpart.openpoints

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -101,9 +101,7 @@ with torch.no_grad():
101
  booktitle = {NeurIPS},
102
  year = {2022}
103
  }
104
- ```
105
 
106
- ```bibtex
107
  @article{yi2016shapenetpart,
108
  title = {A Scalable Active Framework for Region Annotation in {3D} Shape Collections},
109
  author = {Yi, Li and Kim, Vladimir G. and Ceylan, Duygu and Shen, I-Chao and Yan, Mengyan and Su, Hao and Lu, Cewu and Huang, Qixing and Sheffer, Alla and Guibas, Leonidas},
@@ -112,4 +110,12 @@ with torch.no_grad():
112
  number = {6},
113
  year = {2016}
114
  }
 
 
 
 
 
 
 
 
115
  ```
 
101
  booktitle = {NeurIPS},
102
  year = {2022}
103
  }
 
104
 
 
105
  @article{yi2016shapenetpart,
106
  title = {A Scalable Active Framework for Region Annotation in {3D} Shape Collections},
107
  author = {Yi, Li and Kim, Vladimir G. and Ceylan, Duygu and Shen, I-Chao and Yan, Mengyan and Su, Hao and Lu, Cewu and Huang, Qixing and Sheffer, Alla and Guibas, Leonidas},
 
110
  number = {6},
111
  year = {2016}
112
  }
113
+
114
+ @software{dujardin2026pytorchpointcloud,
115
+ author = {Arthur Dujardin},
116
+ title = {PyTorch PointCloud},
117
+ year = {2026},
118
+ doi = {10.5281/zenodo.22159632},
119
+ url = {https://github.com/arthurdjn/pytorch-pointcloud},
120
+ }
121
  ```