From b2a1f72d64bf8fdaf540258b98fa0a18ec4f9648 Mon Sep 17 00:00:00 2001 From: Xuebin Ruan <39629131+qqice@users.noreply.github.com> Date: Mon, 19 May 2025 02:48:40 +0800 Subject: [PATCH] Replace wrong CAMixerSR model file link Replace wrong CAMixerSR model file link with the right ones, which helps to address issue #57 --- DrivingAgents/UniAD/README.md | 2 +- DrivingAgents/UniAD/README_CN.md | 2 +- DrivingAgents/VAD/README.md | 2 +- DrivingAgents/VAD/README_CN.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DrivingAgents/UniAD/README.md b/DrivingAgents/UniAD/README.md index 448b1626..10a47c7f 100644 --- a/DrivingAgents/UniAD/README.md +++ b/DrivingAgents/UniAD/README.md @@ -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' ``` diff --git a/DrivingAgents/UniAD/README_CN.md b/DrivingAgents/UniAD/README_CN.md index 07d4634d..c0642048 100644 --- a/DrivingAgents/UniAD/README_CN.md +++ b/DrivingAgents/UniAD/README_CN.md @@ -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' ``` diff --git a/DrivingAgents/VAD/README.md b/DrivingAgents/VAD/README.md index ae5980f4..b1b6efd2 100644 --- a/DrivingAgents/VAD/README.md +++ b/DrivingAgents/VAD/README.md @@ -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 diff --git a/DrivingAgents/VAD/README_CN.md b/DrivingAgents/VAD/README_CN.md index 7668c1ee..95c24b2a 100644 --- a/DrivingAgents/VAD/README_CN.md +++ b/DrivingAgents/VAD/README_CN.md @@ -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 运行服务