Update script/install.sh
Browse files- script/install.sh +1 -1
script/install.sh
CHANGED
@@ -10,7 +10,7 @@ pip install numpy opencv-python pycocotools matplotlib Pillow==9.2.0 scikit-imag
|
|
10 |
pip install gradio==3.39.0 zip gdown ffmpeg==1.4
|
11 |
|
12 |
# Install Pytorch Correlation
|
13 |
-
git clone https://github.com/ClementPinard/Pytorch-Correlation-extension.git
|
14 |
cd Pytorch-Correlation-extension
|
15 |
python setup.py install
|
16 |
cd -
|
|
|
10 |
pip install gradio==3.39.0 zip gdown ffmpeg==1.4
|
11 |
|
12 |
# Install Pytorch Correlation
|
13 |
+
#git clone https://github.com/ClementPinard/Pytorch-Correlation-extension.git
|
14 |
cd Pytorch-Correlation-extension
|
15 |
python setup.py install
|
16 |
cd -
|