chinmaygarde Claude Sonnet 4.6 commited on
Commit
18def95
·
unverified ·
1 Parent(s): a1138dc

Add HuggingFace model card metadata.

Browse files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +81 -0
README.md CHANGED
@@ -1,3 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # SparseBEV
2
 
3
  [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/sparsebev-high-performance-sparse-3d-object/3d-object-detection-on-nuscenes-camera-only)](https://paperswithcode.com/sota/3d-object-detection-on-nuscenes-camera-only?p=sparsebev-high-performance-sparse-3d-object)
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - 3d-object-detection
7
+ - autonomous-driving
8
+ - multi-camera
9
+ - bev
10
+ - sparse
11
+ - nuscenes
12
+ - pytorch
13
+ - onnx
14
+ datasets:
15
+ - nuscenes
16
+ library_name: mmdet3d
17
+ pipeline_tag: object-detection
18
+ model-index:
19
+ - name: SparseBEV (vit_eva02_1600x640_trainval_future)
20
+ results:
21
+ - task:
22
+ type: object-detection
23
+ name: 3D Object Detection
24
+ dataset:
25
+ type: nuscenes
26
+ name: nuScenes
27
+ split: test
28
+ metrics:
29
+ - type: nds
30
+ value: 70.2
31
+ name: NDS (test)
32
+ - task:
33
+ type: object-detection
34
+ name: 3D Object Detection
35
+ dataset:
36
+ type: nuscenes
37
+ name: nuScenes
38
+ split: validation
39
+ metrics:
40
+ - type: nds
41
+ value: 85.3
42
+ name: NDS (val)
43
+ - name: SparseBEV (vov99_dd3d_1600x640_trainval_future)
44
+ results:
45
+ - task:
46
+ type: object-detection
47
+ name: 3D Object Detection
48
+ dataset:
49
+ type: nuscenes
50
+ name: nuScenes
51
+ split: test
52
+ metrics:
53
+ - type: nds
54
+ value: 67.5
55
+ name: NDS (test)
56
+ - task:
57
+ type: object-detection
58
+ name: 3D Object Detection
59
+ dataset:
60
+ type: nuscenes
61
+ name: nuScenes
62
+ split: validation
63
+ metrics:
64
+ - type: nds
65
+ value: 84.9
66
+ name: NDS (val)
67
+ - name: SparseBEV (r50_nuimg_704x256)
68
+ results:
69
+ - task:
70
+ type: object-detection
71
+ name: 3D Object Detection
72
+ dataset:
73
+ type: nuscenes
74
+ name: nuScenes
75
+ split: validation
76
+ metrics:
77
+ - type: nds
78
+ value: 55.6
79
+ name: NDS (val)
80
+ ---
81
+
82
  # SparseBEV
83
 
84
  [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/sparsebev-high-performance-sparse-3d-object/3d-object-detection-on-nuscenes-camera-only)](https://paperswithcode.com/sota/3d-object-detection-on-nuscenes-camera-only?p=sparsebev-high-performance-sparse-3d-object)