arthurdjn commited on
Commit
46ec3cb
·
verified ·
1 Parent(s): 9b46bd8

Update model card for pointnet2-ssg.modelnet40.xu-yan

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -95,13 +95,19 @@ with torch.no_grad():
95
  booktitle = {NeurIPS},
96
  year = {2017}
97
  }
98
- ```
99
 
100
- ```bibtex
101
  @inproceedings{wu2015modelnet,
102
  title = {3D ShapeNets: A Deep Representation for Volumetric Shapes},
103
  author = {Zhirong Wu and Shuran Song and Aditya Khosla and Fisher Yu and Linguang Zhang and Xiaoou Tang and Jianxiong Xiao},
104
  booktitle = {CVPR},
105
  year = {2015}
106
  }
 
 
 
 
 
 
 
 
107
  ```
 
95
  booktitle = {NeurIPS},
96
  year = {2017}
97
  }
 
98
 
 
99
  @inproceedings{wu2015modelnet,
100
  title = {3D ShapeNets: A Deep Representation for Volumetric Shapes},
101
  author = {Zhirong Wu and Shuran Song and Aditya Khosla and Fisher Yu and Linguang Zhang and Xiaoou Tang and Jianxiong Xiao},
102
  booktitle = {CVPR},
103
  year = {2015}
104
  }
105
+
106
+ @software{dujardin2026pytorchpointcloud,
107
+ author = {Arthur Dujardin},
108
+ title = {PyTorch PointCloud},
109
+ year = {2026},
110
+ doi = {10.5281/zenodo.22159632},
111
+ url = {https://github.com/arthurdjn/pytorch-pointcloud},
112
+ }
113
  ```