Cyril666 commited on
Commit
4ee6c86
·
1 Parent(s): 48f48ad

First model version

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
  os.system('pip install --upgrade --no-cache-dir gdown')
3
- os.system('gdown -O ./model_ctw.zip 1lzHwIVmENPrypejyjfDr8J0hXEXltsNc')
4
- os.system('unzip model_ctw.zip')
5
  os.system('gdown -O ./workdir.zip 10HxLehcJMY9rLd_OyH40HmrySZItuNDt')
6
  os.system('unzip workdir.zip')
7
  os.system('pip install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI"')
 
1
  import os
2
  os.system('pip install --upgrade --no-cache-dir gdown')
3
+ os.system('gdown -O ./model_ctw.pth 16qgtD4UOhp0q5e2RYXE1dvuTz_ylZMyb')
4
+ #os.system('unzip model_ctw.zip')
5
  os.system('gdown -O ./workdir.zip 10HxLehcJMY9rLd_OyH40HmrySZItuNDt')
6
  os.system('unzip workdir.zip')
7
  os.system('pip install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI"')