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 uni-uvpt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
4 changes: 2 additions & 2 deletions uni-uvpt/install.sh
Original file line number Diff line number Diff line change
@@ -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 ../
cd ../