Update model card for point-bert-base.pretrain.xumin-yu
Browse files
README.md
CHANGED
|
@@ -67,13 +67,19 @@ with torch.no_grad():
|
|
| 67 |
booktitle = {CVPR},
|
| 68 |
year = {2022}
|
| 69 |
}
|
| 70 |
-
```
|
| 71 |
|
| 72 |
-
```bibtex
|
| 73 |
@article{chang2015shapenet,
|
| 74 |
author = {Chang, Angel X. and Funkhouser, Thomas and Guibas, Leonidas and Hanrahan, Pat and Huang, Qixing and Li, Zimo and Savarese, Silvio and Savva, Manolis and Song, Shuran and Su, Hao and Xiao, Jianxiong and Yi, Li and Yu, Fisher},
|
| 75 |
title = {{ShapeNet}: An Information-Rich {3D} Model Repository},
|
| 76 |
journal = {arXiv preprint arXiv:1512.03012},
|
| 77 |
year = {2015},
|
| 78 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
```
|
|
|
|
| 67 |
booktitle = {CVPR},
|
| 68 |
year = {2022}
|
| 69 |
}
|
|
|
|
| 70 |
|
|
|
|
| 71 |
@article{chang2015shapenet,
|
| 72 |
author = {Chang, Angel X. and Funkhouser, Thomas and Guibas, Leonidas and Hanrahan, Pat and Huang, Qixing and Li, Zimo and Savarese, Silvio and Savva, Manolis and Song, Shuran and Su, Hao and Xiao, Jianxiong and Yi, Li and Yu, Fisher},
|
| 73 |
title = {{ShapeNet}: An Information-Rich {3D} Model Repository},
|
| 74 |
journal = {arXiv preprint arXiv:1512.03012},
|
| 75 |
year = {2015},
|
| 76 |
}
|
| 77 |
+
|
| 78 |
+
@software{dujardin2026pytorchpointcloud,
|
| 79 |
+
author = {Arthur Dujardin},
|
| 80 |
+
title = {PyTorch PointCloud},
|
| 81 |
+
year = {2026},
|
| 82 |
+
doi = {10.5281/zenodo.22159632},
|
| 83 |
+
url = {https://github.com/arthurdjn/pytorch-pointcloud},
|
| 84 |
+
}
|
| 85 |
```
|