Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
chinmaygarde
/
SparseBev
like
0
Object Detection
ONNX
PyTorch
nuscenes
English
mmdet3d
3d-object-detection
autonomous-driving
multi-camera
bev
sparse
nuscenes
Eval Results (legacy)
arxiv:
2308.09244
arxiv:
2312.17118
License:
mit
Model card
Files
Files and versions
xet
Community
main
SparseBev
/
main.py
chinmaygarde
Attempt an export to ONNX.
3ea6165
unverified
8 days ago
raw
Copy download link
history
blame
contribute
delete
87 Bytes
def
main
():
print
(
"Hello from sparsebev!"
)
if
__name__ ==
"__main__"
:
main()