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
/
models
/
backbones
/
__init__.py
Haisong Liu
Release model: vit_eva02_1600x640_trainval_future (#46)
102ac67
unverified
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
83 Bytes
from
.vovnet
import
VoVNet
from
.eva02
import
EVA02
__all__ = [
'VoVNet'
,
'EVA02'
]