arthurdjn commited on
Commit
1faadf5
·
verified ·
1 Parent(s): 488b13e

Update model card for second.kitti.openpcdet

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -101,13 +101,19 @@ with torch.no_grad():
101
  pages = {3337},
102
  year = {2018}
103
  }
104
- ```
105
 
106
- ```bibtex
107
  @inproceedings{geiger2012kitti,
108
  title = {Are we ready for Autonomous Driving? The {KITTI} Vision Benchmark Suite},
109
  author = {Geiger, Andreas and Lenz, Philip and Urtasun, Raquel},
110
  booktitle = {CVPR},
111
  year = {2012}
112
  }
 
 
 
 
 
 
 
 
113
  ```
 
101
  pages = {3337},
102
  year = {2018}
103
  }
 
104
 
 
105
  @inproceedings{geiger2012kitti,
106
  title = {Are we ready for Autonomous Driving? The {KITTI} Vision Benchmark Suite},
107
  author = {Geiger, Andreas and Lenz, Philip and Urtasun, Raquel},
108
  booktitle = {CVPR},
109
  year = {2012}
110
  }
111
+
112
+ @software{dujardin2026pytorchpointcloud,
113
+ author = {Arthur Dujardin},
114
+ title = {PyTorch PointCloud},
115
+ year = {2026},
116
+ doi = {10.5281/zenodo.22159632},
117
+ url = {https://github.com/arthurdjn/pytorch-pointcloud},
118
+ }
119
  ```