python download_files_from_hub.py | |
cd GLIP | |
python setup.py clean --all build develop --user | |
cd ../ | |
python -c "import maskrcnn_benchmark" # check successfully installed | |
python app.py | |
python download_files_from_hub.py | |
cd GLIP | |
python setup.py clean --all build develop --user | |
cd ../ | |
python -c "import maskrcnn_benchmark" # check successfully installed | |
python app.py | |