Cyril666 commited on
Commit
8a80589
·
1 Parent(s): e528d79

First model version

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,6 +1,7 @@
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')
 
4
  os.system('pip install --upgrade --no-cache-dir gdown')
5
  os.system('gdown -O output/ctw/ 1Ajslu_9WisuZ2nJGzE6qbD87aK6_ozzA')
6
 
 
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')
4
+ os.system('pip install git+https://github.com/wangyuxin87/ContourNet')
5
  os.system('pip install --upgrade --no-cache-dir gdown')
6
  os.system('gdown -O output/ctw/ 1Ajslu_9WisuZ2nJGzE6qbD87aK6_ozzA')
7