Spaces:
Runtime error
Runtime error
File size: 148 Bytes
e20ef71 |
1 2 3 4 5 6 |
cd GLIP
python setup.py clean --all build develop --user
cd ../
python -c "import maskrcnn_benchmark" # check successfully installed
python app.py
|