Skip to content

Commit 40eba34

Browse files
committed
update download
1 parent 4e91222 commit 40eba34

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/DATA_PREP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ mkdir data
1919
cd UniAD/data
2020
mkdir infos
2121
cd 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
3737
cd UniAD/data
3838
mkdir others
3939
cd 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**

docs/INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ pip install -r requirements.txt --no-deps
7373
cd UniAD
7474
mkdir ckpts
7575
wget 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
```

0 commit comments

Comments
 (0)