cyk commited on
Commit
8e0a94c
1 Parent(s): d777716
Files changed (1) hide show
  1. app.py +1 -1
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 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('..')
 
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 addict yapf loguru tqdm scikit-image scikit-learn pandas tensorboard seaborn open_clip_torch einops')
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('..')