Spaces:
Build error
Build error
First model version
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ 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
|
6 |
#os.system('pip install git+https://github.com/Cyril-Sterling/ContourNet')
|
7 |
|
8 |
import cv2
|
|
|
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 1HRYhSnnqDwzi48tPd8Eup9L-DYtcHtZC')
|
6 |
#os.system('pip install git+https://github.com/Cyril-Sterling/ContourNet')
|
7 |
|
8 |
import cv2
|