Upload CHECKPOINT_MANIFEST.yaml with huggingface_hub
Browse files- CHECKPOINT_MANIFEST.yaml +57 -12
CHECKPOINT_MANIFEST.yaml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
schema_version:
|
| 2 |
release_name: BlindMap Checkpoints
|
| 3 |
release_type: huggingface_model_repository
|
| 4 |
code:
|
|
@@ -16,9 +16,13 @@ datasets:
|
|
| 16 |
included: false
|
| 17 |
- name: V2XSet
|
| 18 |
included: false
|
|
|
|
|
|
|
|
|
|
| 19 |
artifacts:
|
| 20 |
- id: opv2v_lidar_heterogeneous_m1m2
|
| 21 |
-
|
|
|
|
| 22 |
directory: models/opv2v/lidar_heterogeneous
|
| 23 |
checkpoint: models/opv2v/lidar_heterogeneous/net_epoch_bestval_at37.pth
|
| 24 |
config: models/opv2v/lidar_heterogeneous/config.yaml
|
|
@@ -45,6 +49,7 @@ artifacts:
|
|
| 45 |
ap_0_7: 79.43
|
| 46 |
|
| 47 |
- id: opv2v_camera
|
|
|
|
| 48 |
description: Camera-only OPV2V checkpoint.
|
| 49 |
directory: models/opv2v/camera
|
| 50 |
checkpoint: models/opv2v/camera/net_epoch_bestval_at17.pth
|
|
@@ -68,6 +73,7 @@ artifacts:
|
|
| 68 |
ap_0_7: 42.04
|
| 69 |
|
| 70 |
- id: dair_camera
|
|
|
|
| 71 |
description: Camera-only DAIR-V2X-C checkpoint.
|
| 72 |
directory: models/dair/camera
|
| 73 |
checkpoint: models/dair/camera/net_epoch_bestval_at17.pth
|
|
@@ -90,12 +96,31 @@ artifacts:
|
|
| 90 |
ap_0_5: 17.21
|
| 91 |
ap_0_7: 3.83
|
| 92 |
|
| 93 |
-
- id:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
description: DAIR-V2X-C m1m2 checkpoint used for heterogeneous runtime profile.
|
| 95 |
-
directory: models/dair/
|
| 96 |
-
checkpoint: models/dair/
|
| 97 |
-
config: models/dair/
|
| 98 |
-
result_log: models/dair/
|
| 99 |
source_directory: opencood/logs/BlindMap_DAIR_m1m2_2026_01_06_16_59_21_thre_0.01*
|
| 100 |
source_checkpoint: net_epoch_bestval_at35.pth
|
| 101 |
epoch: 35
|
|
@@ -114,6 +139,7 @@ artifacts:
|
|
| 114 |
ap_0_7: 40.42
|
| 115 |
|
| 116 |
- id: v2xset_camera
|
|
|
|
| 117 |
description: Camera-only V2XSet checkpoint.
|
| 118 |
directory: models/v2xset/camera
|
| 119 |
checkpoint: models/v2xset/camera/net_epoch_bestval_at19.pth
|
|
@@ -136,12 +162,31 @@ artifacts:
|
|
| 136 |
ap_0_5: 39.19
|
| 137 |
ap_0_7: 21.90
|
| 138 |
|
| 139 |
-
- id:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 140 |
description: V2XSet m1m2 checkpoint used for heterogeneous runtime profile.
|
| 141 |
-
directory: models/v2xset/
|
| 142 |
-
checkpoint: models/v2xset/
|
| 143 |
-
config: models/v2xset/
|
| 144 |
-
result_log: models/v2xset/
|
| 145 |
source_directory: opencood/logs/BlindMap_v2xset_Pyramid_m1m2_2026_01_07_15_15_25_thre_0.01_add_noise_use_history
|
| 146 |
source_checkpoint: net_epoch_bestval_at23.pth
|
| 147 |
epoch: 23
|
|
|
|
| 1 |
+
schema_version: 4
|
| 2 |
release_name: BlindMap Checkpoints
|
| 3 |
release_type: huggingface_model_repository
|
| 4 |
code:
|
|
|
|
| 16 |
included: false
|
| 17 |
- name: V2XSet
|
| 18 |
included: false
|
| 19 |
+
layout_notes:
|
| 20 |
+
- OPV2V provides camera and lidar_heterogeneous directories. The OPV2V LiDAR-only profile is evaluated from the LiDAR branch inside the heterogeneous m1m2 checkpoint, following the HEAL-style heterogeneous setup.
|
| 21 |
+
- DAIR-V2X-C and V2XSet use separate camera, lidar, and heterogeneous checkpoint directories.
|
| 22 |
artifacts:
|
| 23 |
- id: opv2v_lidar_heterogeneous_m1m2
|
| 24 |
+
status: staged
|
| 25 |
+
description: Shared OPV2V m1m2 checkpoint used for both LiDAR-only profile and heterogeneous runtime profile.
|
| 26 |
directory: models/opv2v/lidar_heterogeneous
|
| 27 |
checkpoint: models/opv2v/lidar_heterogeneous/net_epoch_bestval_at37.pth
|
| 28 |
config: models/opv2v/lidar_heterogeneous/config.yaml
|
|
|
|
| 49 |
ap_0_7: 79.43
|
| 50 |
|
| 51 |
- id: opv2v_camera
|
| 52 |
+
status: staged
|
| 53 |
description: Camera-only OPV2V checkpoint.
|
| 54 |
directory: models/opv2v/camera
|
| 55 |
checkpoint: models/opv2v/camera/net_epoch_bestval_at17.pth
|
|
|
|
| 73 |
ap_0_7: 42.04
|
| 74 |
|
| 75 |
- id: dair_camera
|
| 76 |
+
status: staged
|
| 77 |
description: Camera-only DAIR-V2X-C checkpoint.
|
| 78 |
directory: models/dair/camera
|
| 79 |
checkpoint: models/dair/camera/net_epoch_bestval_at17.pth
|
|
|
|
| 96 |
ap_0_5: 17.21
|
| 97 |
ap_0_7: 3.83
|
| 98 |
|
| 99 |
+
- id: dair_lidar
|
| 100 |
+
status: pending_external_upload
|
| 101 |
+
description: LiDAR-only DAIR-V2X-C checkpoint. The checkpoint files are stored on another server and should be added under this directory before the final release.
|
| 102 |
+
directory: models/dair/lidar
|
| 103 |
+
checkpoint: models/dair/lidar/net_epoch_bestval_at*.pth
|
| 104 |
+
config: models/dair/lidar/config.yaml
|
| 105 |
+
result_log: models/dair/lidar/source_result.txt
|
| 106 |
+
source_directory: null
|
| 107 |
+
source_checkpoint: null
|
| 108 |
+
epoch: null
|
| 109 |
+
size_bytes: null
|
| 110 |
+
sha256: null
|
| 111 |
+
profiles:
|
| 112 |
+
- id: dair_lidar
|
| 113 |
+
modality: lidar
|
| 114 |
+
inference_modal_arg: 0
|
| 115 |
+
recommended_command_suffix: --fusion_method intermediate --modal 0 --comm_volume_MB 1 --range 102.4,51.2
|
| 116 |
+
|
| 117 |
+
- id: dair_heterogeneous_m1m2
|
| 118 |
+
status: staged
|
| 119 |
description: DAIR-V2X-C m1m2 checkpoint used for heterogeneous runtime profile.
|
| 120 |
+
directory: models/dair/heterogeneous
|
| 121 |
+
checkpoint: models/dair/heterogeneous/net_epoch_bestval_at35.pth
|
| 122 |
+
config: models/dair/heterogeneous/config.yaml
|
| 123 |
+
result_log: models/dair/heterogeneous/source_result.txt
|
| 124 |
source_directory: opencood/logs/BlindMap_DAIR_m1m2_2026_01_06_16_59_21_thre_0.01*
|
| 125 |
source_checkpoint: net_epoch_bestval_at35.pth
|
| 126 |
epoch: 35
|
|
|
|
| 139 |
ap_0_7: 40.42
|
| 140 |
|
| 141 |
- id: v2xset_camera
|
| 142 |
+
status: staged
|
| 143 |
description: Camera-only V2XSet checkpoint.
|
| 144 |
directory: models/v2xset/camera
|
| 145 |
checkpoint: models/v2xset/camera/net_epoch_bestval_at19.pth
|
|
|
|
| 162 |
ap_0_5: 39.19
|
| 163 |
ap_0_7: 21.90
|
| 164 |
|
| 165 |
+
- id: v2xset_lidar
|
| 166 |
+
status: pending_external_upload
|
| 167 |
+
description: LiDAR-only V2XSet checkpoint. The checkpoint files are stored on another server and should be added under this directory before the final release.
|
| 168 |
+
directory: models/v2xset/lidar
|
| 169 |
+
checkpoint: models/v2xset/lidar/net_epoch_bestval_at*.pth
|
| 170 |
+
config: models/v2xset/lidar/config.yaml
|
| 171 |
+
result_log: models/v2xset/lidar/source_result.txt
|
| 172 |
+
source_directory: null
|
| 173 |
+
source_checkpoint: null
|
| 174 |
+
epoch: null
|
| 175 |
+
size_bytes: null
|
| 176 |
+
sha256: null
|
| 177 |
+
profiles:
|
| 178 |
+
- id: v2xset_lidar
|
| 179 |
+
modality: lidar
|
| 180 |
+
inference_modal_arg: 0
|
| 181 |
+
recommended_command_suffix: --fusion_method intermediate --modal 0 --comm_volume_MB 1 --range 102.4,102.4
|
| 182 |
+
|
| 183 |
+
- id: v2xset_heterogeneous_m1m2
|
| 184 |
+
status: staged
|
| 185 |
description: V2XSet m1m2 checkpoint used for heterogeneous runtime profile.
|
| 186 |
+
directory: models/v2xset/heterogeneous
|
| 187 |
+
checkpoint: models/v2xset/heterogeneous/net_epoch_bestval_at23.pth
|
| 188 |
+
config: models/v2xset/heterogeneous/config.yaml
|
| 189 |
+
result_log: models/v2xset/heterogeneous/source_result.txt
|
| 190 |
source_directory: opencood/logs/BlindMap_v2xset_Pyramid_m1m2_2026_01_07_15_15_25_thre_0.01_add_noise_use_history
|
| 191 |
source_checkpoint: net_epoch_bestval_at23.pth
|
| 192 |
epoch: 23
|