Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DrivingAgents/UniAD/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ git clone https://github.com/icandle/CAMixerSR.git
```shell
cd UniAD
mkdir ckpts
wget 'https://github.com/icandle/CAMixerSR/blob/main/pretrained_models/LightSR/CAMixerSRx4_DF.pth'
wget 'https://github.com/icandle/CAMixerSR/raw/refs/heads/main/pretrained_models/LightSR/CAMixerSRx4_DF.pth'
wget 'https://github.com/OpenDriveLab/UniAD/releases/download/v1.0.1/uniad_base_e2e.pth'
```

Expand Down
2 changes: 1 addition & 1 deletion DrivingAgents/UniAD/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ git clone https://github.com/icandle/CAMixerSR.git
```shell
cd UniAD
mkdir ckpts
wget 'https://github.com/icandle/CAMixerSR/blob/main/pretrained_models/LightSR/CAMixerSRx4_DF.pth'
wget 'https://github.com/icandle/CAMixerSR/raw/refs/heads/main/pretrained_models/LightSR/CAMixerSRx4_DF.pth'
wget 'https://github.com/OpenDriveLab/UniAD/releases/download/v1.0.1/uniad_base_e2e.pth'
```

Expand Down
2 changes: 1 addition & 1 deletion DrivingAgents/VAD/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Download the VAD model [here](https://drive.google.com/file/d/1FLX-4LVm4z-RskghF
```shell
cd VAD
mkdir ckpts
wget 'https://github.com/icandle/CAMixerSR/blob/main/pretrained_models/LightSR/CAMixerSRx4_DF.pth'
wget 'https://github.com/icandle/CAMixerSR/raw/refs/heads/main/pretrained_models/LightSR/CAMixerSRx4_DF.pth'
```

### Running service with FastAPI
Expand Down
2 changes: 1 addition & 1 deletion DrivingAgents/VAD/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ git clone https://github.com/icandle/CAMixerSR.git
```shell
cd VAD
mkdir ckpts
wget 'https://github.com/icandle/CAMixerSR/blob/main/pretrained_models/LightSR/CAMixerSRx4_DF.pth'
wget 'https://github.com/icandle/CAMixerSR/raw/refs/heads/main/pretrained_models/LightSR/CAMixerSRx4_DF.pth'
```

### 使用 FastAPI 运行服务
Expand Down