tomofi commited on
Commit
09ab8ff
1 Parent(s): f2afe56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import os
2
  #os.system('python setup.py build develop')
 
3
  os.system('pip install git+https://github.com/GitHub30/MaskTextSpotterV3')
4
  os.system('pip install --upgrade --no-cache-dir gdown')
5
  os.system('gdown -O output/mixtrain/ 1XQsikiNY7ILgZvmvOeUf9oPDG4fTp0zs')
 
1
  import os
2
  #os.system('python setup.py build develop')
3
+ os.system('pip install "git+https://github.com/waleedka/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI"')
4
  os.system('pip install git+https://github.com/GitHub30/MaskTextSpotterV3')
5
  os.system('pip install --upgrade --no-cache-dir gdown')
6
  os.system('gdown -O output/mixtrain/ 1XQsikiNY7ILgZvmvOeUf9oPDG4fTp0zs')