arthurdjn commited on
Commit
2686a8b
·
verified ·
1 Parent(s): f1d77b0

Update model card for pointgpt-l.scanobjectnn-objonly.guangyan-chen

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 = {2023}
97
  }
98
- ```
99
 
100
- ```bibtex
101
  @inproceedings{uy2019scanobjectnn,
102
  title = {Revisiting Point Cloud Classification: A New Benchmark Dataset and Classification Model on Real-World Data},
103
  author = {Mikaela Angelina Uy and Quang-Hieu Pham and Binh-Son Hua and Duc Thanh Nguyen and Sai-Kit Yeung},
104
  booktitle = {ICCV},
105
  year = {2019}
106
  }
 
 
 
 
 
 
 
 
107
  ```
 
95
  booktitle = {NeurIPS},
96
  year = {2023}
97
  }
 
98
 
 
99
  @inproceedings{uy2019scanobjectnn,
100
  title = {Revisiting Point Cloud Classification: A New Benchmark Dataset and Classification Model on Real-World Data},
101
  author = {Mikaela Angelina Uy and Quang-Hieu Pham and Binh-Son Hua and Duc Thanh Nguyen and Sai-Kit Yeung},
102
  booktitle = {ICCV},
103
  year = {2019}
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
  ```