Spaces:
Running
Running
cyk
commited on
Commit
·
d777716
1
Parent(s):
cfa61ba
SAA+
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ os.chdir('GroundingDINO/')
|
|
5 |
os.system('pip install -e .')
|
6 |
os.chdir('../SAM')
|
7 |
os.system('pip install -e .')
|
8 |
-
os.system('pip install opencv-python pycocotools matplotlib onnxruntime onnx ipykernel gradio loguru')
|
9 |
os.system('pip install torch==1.10.0 torchvision==0.11.1 -f https://download.pytorch.org/whl/cu113/torch_stable.html')
|
10 |
|
11 |
os.chdir('..')
|
|
|
5 |
os.system('pip install -e .')
|
6 |
os.chdir('../SAM')
|
7 |
os.system('pip install -e .')
|
8 |
+
os.system('pip install opencv-python pycocotools matplotlib onnxruntime onnx ipykernel gradio loguru transformers timm')
|
9 |
os.system('pip install torch==1.10.0 torchvision==0.11.1 -f https://download.pytorch.org/whl/cu113/torch_stable.html')
|
10 |
|
11 |
os.chdir('..')
|