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 ``` diff --git a/uni-uvpt/install.sh b/uni-uvpt/install.sh index 1229f38..40c6133 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 ../