You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Still in progress:
39
39
-[x] ViDAR-nuScenes-1/8 training and BEVFormer fine-tuning configurations.
40
40
-[x] ViDAR-OpenScene-mini training configurations. (Welcome joining [predictive world model challenge](https://opendrivelab.com/challenge2024/#predictive_world_model)!)
41
41
-[x] ViDAR-nuScenes-full training and BEVFormer full fine-tuning configurations.
42
-
-[ ]`April` UniAD fine-tuning code and configuration.
42
+
-[ ]`[April]` UniAD fine-tuning code and configuration.
For running ViDAR on the nuScenes-full set, please run `python tools/merge_nusc_fullset_pkl.py` before to generate the
66
+
***HINT**: For running ViDAR on the nuScenes-full set, please run `python tools/merge_nusc_fullset_pkl.py` before to generate the
67
67
*nuscenes_infos_temporal_traintest.pkl* for pre-training.
68
68
69
69
**OpenScene Dataset:**
@@ -142,6 +142,8 @@ For example, by setting `supervise_all_future=False`, `vidar_head_pred_history_f
142
142
and `vidar_head_per_frame_loss_weight=(1.0,)`,
143
143
the GPU memory consumption of [vidar-pretrain-3future-model](projects/configs/vidar_pretrain/nusc_1_8_subset/vidar_1_8_nusc_3future.py) is reduced to ~34G.
144
144
An example configuration is provided at [link](projects/configs/vidar_pretrain/nusc_1_8_subset/mem_efficient_vidar_1_8_nusc_3future.py).
145
+
***Full-nuScenes-Training**: To pre-train ViDAR on the full nuScenes dataset, run `python tools/merge_nusc_fullset_pkl.py` before, to generate the
146
+
*nuscenes_infos_temporal_traintest.pkl* for pre-training.
0 commit comments