Cyril666 commited on
Commit
eddc507
·
1 Parent(s): 655a250

First model version

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
  import os
2
- os.system('pip install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI"')
3
- os.system('python setup.py build develop --user')
4
  os.system('pip install --upgrade --no-cache-dir gdown')
5
  os.system('gdown -O ./output/ctw/model_ctw.pth 1nhT7yuqJ8V8vfoJdI0Qn6notmoLFRrmm')
 
 
6
  #os.system('pip install git+https://github.com/Cyril-Sterling/ContourNet')
7
 
8
  import cv2
 
1
  import os
 
 
2
  os.system('pip install --upgrade --no-cache-dir gdown')
3
  os.system('gdown -O ./output/ctw/model_ctw.pth 1nhT7yuqJ8V8vfoJdI0Qn6notmoLFRrmm')
4
+ os.system('pip install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI"')
5
+ os.system('python setup.py build develop --user')
6
  #os.system('pip install git+https://github.com/Cyril-Sterling/ContourNet')
7
 
8
  import cv2