Update model card for pointrcnn.kitti.openpcdet
Browse files
README.md
CHANGED
|
@@ -92,13 +92,19 @@ with torch.no_grad():
|
|
| 92 |
booktitle = {CVPR},
|
| 93 |
year = {2019}
|
| 94 |
}
|
| 95 |
-
```
|
| 96 |
|
| 97 |
-
```bibtex
|
| 98 |
@inproceedings{geiger2012kitti,
|
| 99 |
title = {Are we ready for Autonomous Driving? The {KITTI} Vision Benchmark Suite},
|
| 100 |
author = {Geiger, Andreas and Lenz, Philip and Urtasun, Raquel},
|
| 101 |
booktitle = {CVPR},
|
| 102 |
year = {2012}
|
| 103 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
```
|
|
|
|
| 92 |
booktitle = {CVPR},
|
| 93 |
year = {2019}
|
| 94 |
}
|
|
|
|
| 95 |
|
|
|
|
| 96 |
@inproceedings{geiger2012kitti,
|
| 97 |
title = {Are we ready for Autonomous Driving? The {KITTI} Vision Benchmark Suite},
|
| 98 |
author = {Geiger, Andreas and Lenz, Philip and Urtasun, Raquel},
|
| 99 |
booktitle = {CVPR},
|
| 100 |
year = {2012}
|
| 101 |
}
|
| 102 |
+
|
| 103 |
+
@software{dujardin2026pytorchpointcloud,
|
| 104 |
+
author = {Arthur Dujardin},
|
| 105 |
+
title = {PyTorch PointCloud},
|
| 106 |
+
year = {2026},
|
| 107 |
+
doi = {10.5281/zenodo.22159632},
|
| 108 |
+
url = {https://github.com/arthurdjn/pytorch-pointcloud},
|
| 109 |
+
}
|
| 110 |
```
|