Spaces:
Runtime error
Runtime error
Update script/install.sh
Browse files- 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 |
-
|
|
|
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
|