aikenml commited on
Commit
aab43a0
1 Parent(s): 196ea1a

Update script/install.sh

Browse files
Files changed (1) hide show
  1. script/install.sh +2 -1
script/install.sh CHANGED
@@ -7,7 +7,8 @@ pip install -e git+https://github.com/IDEA-Research/GroundingDINO.git@main#egg=G
7
 
8
  # Install other lib
9
  pip install numpy opencv-python pycocotools matplotlib Pillow scikit-image
10
- pip install gradio zip gdown ffmpeg
 
11
 
12
  # Install Pytorch Correlation
13
  git clone https://github.com/ClementPinard/Pytorch-Correlation-extension.git
 
7
 
8
  # Install other lib
9
  pip install numpy opencv-python pycocotools matplotlib Pillow scikit-image
10
+
11
+ #pip install gradio zip gdown ffmpeg
12
 
13
  # Install Pytorch Correlation
14
  git clone https://github.com/ClementPinard/Pytorch-Correlation-extension.git