Update model card for pointmlp-base.scanobjectnn.xu-ma
Browse files
README.md
CHANGED
|
@@ -96,13 +96,19 @@ with torch.no_grad():
|
|
| 96 |
booktitle = {ICLR},
|
| 97 |
year = {2022}
|
| 98 |
}
|
| 99 |
-
```
|
| 100 |
|
| 101 |
-
```bibtex
|
| 102 |
@inproceedings{uy2019scanobjectnn,
|
| 103 |
title = {Revisiting Point Cloud Classification: A New Benchmark Dataset and Classification Model on Real-World Data},
|
| 104 |
author = {Mikaela Angelina Uy and Quang-Hieu Pham and Binh-Son Hua and Duc Thanh Nguyen and Sai-Kit Yeung},
|
| 105 |
booktitle = {ICCV},
|
| 106 |
year = {2019}
|
| 107 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
```
|
|
|
|
| 96 |
booktitle = {ICLR},
|
| 97 |
year = {2022}
|
| 98 |
}
|
|
|
|
| 99 |
|
|
|
|
| 100 |
@inproceedings{uy2019scanobjectnn,
|
| 101 |
title = {Revisiting Point Cloud Classification: A New Benchmark Dataset and Classification Model on Real-World Data},
|
| 102 |
author = {Mikaela Angelina Uy and Quang-Hieu Pham and Binh-Son Hua and Duc Thanh Nguyen and Sai-Kit Yeung},
|
| 103 |
booktitle = {ICCV},
|
| 104 |
year = {2019}
|
| 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 |
```
|