arthurdjn commited on
Commit
90cdcfc
·
verified ·
1 Parent(s): 2abc336

Update model card for pointnext-sm-c64.modelnet40.openpoints

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -96,13 +96,19 @@ with torch.no_grad():
96
  booktitle = {NeurIPS},
97
  year = {2022}
98
  }
99
- ```
100
 
101
- ```bibtex
102
  @inproceedings{wu2015modelnet,
103
  title = {3D ShapeNets: A Deep Representation for Volumetric Shapes},
104
  author = {Zhirong Wu and Shuran Song and Aditya Khosla and Fisher Yu and Linguang Zhang and Xiaoou Tang and Jianxiong Xiao},
105
  booktitle = {CVPR},
106
  year = {2015}
107
  }
 
 
 
 
 
 
 
 
108
  ```
 
96
  booktitle = {NeurIPS},
97
  year = {2022}
98
  }
 
99
 
 
100
  @inproceedings{wu2015modelnet,
101
  title = {3D ShapeNets: A Deep Representation for Volumetric Shapes},
102
  author = {Zhirong Wu and Shuran Song and Aditya Khosla and Fisher Yu and Linguang Zhang and Xiaoou Tang and Jianxiong Xiao},
103
  booktitle = {CVPR},
104
  year = {2015}
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
  ```