Spaces:
Build error
Build error
First model version
Browse files- app.py +1 -1
- configs/ctw/r50_baseline.yaml +1 -1
- output/ctw/last_checkpoint +1 -0
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
os.system('pip install --upgrade --no-cache-dir gdown')
|
3 |
-
os.system('gdown -O ./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')
|
|
|
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')
|
configs/ctw/r50_baseline.yaml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
OUTPUT_DIR: "./"
|
2 |
MODEL:
|
3 |
META_ARCHITECTURE: "GeneralizedRCNN"
|
4 |
WEIGHT: "catalog://ImageNetPretrained/MSRA/R-50"
|
|
|
1 |
+
OUTPUT_DIR: "./output/ctw/"
|
2 |
MODEL:
|
3 |
META_ARCHITECTURE: "GeneralizedRCNN"
|
4 |
WEIGHT: "catalog://ImageNetPretrained/MSRA/R-50"
|
output/ctw/last_checkpoint
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
./output/ctw/model_ctw.pth
|