Update script/install.sh
Browse files- script/install.sh +2 -0
script/install.sh
CHANGED
@@ -5,6 +5,8 @@ cd -
|
|
5 |
# Install Grounding-Dino
|
6 |
pip install -e git+https://github.com/IDEA-Research/GroundingDINO.git@main#egg=GroundingDINO
|
7 |
|
|
|
|
|
8 |
# Install other lib
|
9 |
pip install numpy opencv-python pycocotools matplotlib Pillow==9.2.0 scikit-image
|
10 |
pip install gradio==3.39.0 zip gdown ffmpeg==1.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
|