PDG commited on
Commit
2fd0fb2
·
1 Parent(s): b8316ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ from PIL import Image
12
  # -- install pre-build detectron2
13
  os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
14
  os.system('pip install pyyaml==5.1')
 
15
 
16
  import detectron2
17
 
 
12
  # -- install pre-build detectron2
13
  os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
14
  os.system('pip install pyyaml==5.1')
15
+ os.system('pip install opencv')
16
 
17
  import detectron2
18