arthurdjn commited on
Commit
985eb73
·
verified ·
1 Parent(s): 825fc9e

Update model card for pointpillars-multihead.nuscenes.openpcdet

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -85,13 +85,19 @@ with torch.no_grad():
85
  booktitle = {CVPR},
86
  year = {2019}
87
  }
88
- ```
89
 
90
- ```bibtex
91
  @inproceedings{caesar2020nuscenes,
92
  title = {nuScenes: A multimodal dataset for autonomous driving},
93
  author = {Holger Caesar and Varun Bankiti and Alex H. Lang and Sourabh Vora and Venice Erin Liong and Qiang Xu and Anush Krishnan and Yu Pan and Giancarlo Baldan and Oscar Beijbom},
94
  booktitle = {CVPR},
95
  year = {2020}
96
  }
 
 
 
 
 
 
 
 
97
  ```
 
85
  booktitle = {CVPR},
86
  year = {2019}
87
  }
 
88
 
 
89
  @inproceedings{caesar2020nuscenes,
90
  title = {nuScenes: A multimodal dataset for autonomous driving},
91
  author = {Holger Caesar and Varun Bankiti and Alex H. Lang and Sourabh Vora and Venice Erin Liong and Qiang Xu and Anush Krishnan and Yu Pan and Giancarlo Baldan and Oscar Beijbom},
92
  booktitle = {CVPR},
93
  year = {2020}
94
  }
95
+
96
+ @software{dujardin2026pytorchpointcloud,
97
+ author = {Arthur Dujardin},
98
+ title = {PyTorch PointCloud},
99
+ year = {2026},
100
+ doi = {10.5281/zenodo.22159632},
101
+ url = {https://github.com/arthurdjn/pytorch-pointcloud},
102
+ }
103
  ```