Update script/install.sh
Browse files- script/install.sh +4 -2
script/install.sh
CHANGED
@@ -2,11 +2,13 @@
|
|
2 |
cd sam; pip install -e .
|
3 |
cd -
|
4 |
|
|
|
|
|
|
|
|
|
5 |
# Install Grounding-Dino
|
6 |
pip install -e git+https://github.com/IDEA-Research/GroundingDINO.git@main#egg=GroundingDINO
|
7 |
|
8 |
-
for i in range(100):
|
9 |
-
print(i*"A")
|
10 |
# Install other lib
|
11 |
pip install numpy opencv-python pycocotools matplotlib Pillow==9.2.0 scikit-image
|
12 |
pip install gradio==3.39.0 zip gdown ffmpeg==1.4
|
|
|
2 |
cd sam; pip install -e .
|
3 |
cd -
|
4 |
|
5 |
+
pip install --upgrade pip
|
6 |
+
|
7 |
+
pip uninstall -e git+https://github.com/IDEA-Research/GroundingDINO.git@main#egg=GroundingDINO
|
8 |
+
|
9 |
# Install Grounding-Dino
|
10 |
pip install -e git+https://github.com/IDEA-Research/GroundingDINO.git@main#egg=GroundingDINO
|
11 |
|
|
|
|
|
12 |
# Install other lib
|
13 |
pip install numpy opencv-python pycocotools matplotlib Pillow==9.2.0 scikit-image
|
14 |
pip install gradio==3.39.0 zip gdown ffmpeg==1.4
|