File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ UniAD is trained in two stages. Pretrained checkpoints of both stages will be re
8787| Method | Encoder | Tracking<br >AMOTA | Mapping<br >IoU-lane | config | Download |
8888| :---: | :---: | :---: | :---: | :---:| :---:|
8989| UniAD-S | R50 | - | - | TBA | TBA |
90- | UniAD-B | R101 | 0.390 | 0.297 | [ base-stage1] ( projects/configs/track_map/base_stage1.py ) | [ base-stage1] ( https://github.com/OpenDriveLab/UniAD/releases/download/untagged-d7e1d5e20eded789eee9 /uniad_base_track_map.pth ) |
90+ | UniAD-B | R101 | 0.390 | 0.297 | [ base-stage1] ( projects/configs/track_map/base_stage1.py ) | [ base-stage1] ( https://github.com/OpenDriveLab/UniAD/releases/download/v1.0 /uniad_base_track_map.pth ) |
9191| UniAD-L | V2-99 | - | - | TBA | TBA |
9292
9393
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ mkdir data
1919cd UniAD/data
2020mkdir infos
2121cd infos
22- wget https://github.com/OpenDriveLab/UniAD/releases/download/untagged-d7e1d5e20eded789eee9 /nuscenes_infos_temporal_train.pkl # train_infos
23- wget https://github.com/OpenDriveLab/UniAD/releases/download/untagged-d7e1d5e20eded789eee9 /nuscenes_infos_temporal_val.pkl # val_infos
22+ wget https://github.com/OpenDriveLab/UniAD/releases/download/v1.0 /nuscenes_infos_temporal_train.pkl # train_infos
23+ wget https://github.com/OpenDriveLab/UniAD/releases/download/v1.0 /nuscenes_infos_temporal_val.pkl # val_infos
2424```
2525
2626
@@ -37,7 +37,7 @@ mkdir infos
3737cd UniAD/data
3838mkdir others
3939cd others
40- wget https://github.com/OpenDriveLab/UniAD/releases/download/untagged-d7e1d5e20eded789eee9 /motion_anchor_infos_mode6.pkl
40+ wget https://github.com/OpenDriveLab/UniAD/releases/download/v1.0 /motion_anchor_infos_mode6.pkl
4141```
4242
4343** The Overall Structure**
Original file line number Diff line number Diff line change @@ -73,5 +73,5 @@ pip install -r requirements.txt --no-deps
7373cd UniAD
7474mkdir ckpts
7575wget https://github.com/zhiqi-li/storage/releases/download/v1.0/bevformer_r101_dcn_24ep.pth
76- wget https://github.com/OpenDriveLab/UniAD/releases/download/untagged-dd9b212d3a7d7eccb7b3 /uniad_base_track_map.pth
76+ wget https://github.com/OpenDriveLab/UniAD/releases/download/v1.0 /uniad_base_track_map.pth
7777```
You can’t perform that action at this time.
0 commit comments