From 10290a7f76dec0e3e2a8e7192e8b60fe159a2b2a Mon Sep 17 00:00:00 2001 From: WANGJinghao <87266472+WJHash@users.noreply.github.com> Date: Wed, 9 Apr 2025 20:06:13 +0800 Subject: [PATCH 1/3] Update install.sh --- uni-uvpt/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uni-uvpt/install.sh b/uni-uvpt/install.sh index 1229f38..913b9b2 100644 --- a/uni-uvpt/install.sh +++ b/uni-uvpt/install.sh @@ -1,5 +1,5 @@ -mv Deformable-Convolution-V2-PyTorch ops + mv MultiScaleDeformableAttention-master ops cd ops/ rm -rf build MultiScaleDeformableAttention.egg-info sh make.sh -cd ../ \ No newline at end of file +cd ../ From c1535ea965e92e0f582724b77e4f687c3c0b5985 Mon Sep 17 00:00:00 2001 From: WANGJinghao <87266472+WJHash@users.noreply.github.com> Date: Wed, 9 Apr 2025 20:06:25 +0800 Subject: [PATCH 2/3] Update install.sh --- uni-uvpt/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni-uvpt/install.sh b/uni-uvpt/install.sh index 913b9b2..40c6133 100644 --- a/uni-uvpt/install.sh +++ b/uni-uvpt/install.sh @@ -1,4 +1,4 @@ - mv MultiScaleDeformableAttention-master ops +mv MultiScaleDeformableAttention-master ops cd ops/ rm -rf build MultiScaleDeformableAttention.egg-info sh make.sh From cd1f7d62e92fcb75a66a978b19c29340b27a6593 Mon Sep 17 00:00:00 2001 From: WANGJinghao <87266472+WJHash@users.noreply.github.com> Date: Wed, 9 Apr 2025 20:10:55 +0800 Subject: [PATCH 3/3] Update README.md change Deformable-Convolution-V2-PyTorch to MultiScaleDeformableAttention from mmcv --- uni-uvpt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni-uvpt/README.md b/uni-uvpt/README.md index 79db98e..6bc90b1 100644 --- a/uni-uvpt/README.md +++ b/uni-uvpt/README.md @@ -12,7 +12,7 @@ Please check your CUDA version and install the requirements with: ```shell pip install -r requirements.txt pip install mmcv-full==1.7.0 -f https://download.openmmlab.com/mmcv/dist/{cu_version}/torch1.10.0/index.html -git clone https://github.com/chengdazhi/Deformable-Convolution-V2-PyTorch.git +git clone https://github.com/FscoreLab/MultiScaleDeformableAttention.git sh install.sh ```