Last active
March 31, 2018 07:34
-
-
Save mattmcd/59fc456ce6e6943927bd5918f0e677bf to your computer and use it in GitHub Desktop.
10 minutes to Mask R-CNN
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Amazon #Sagemaker instance | |
# open Jupyter | |
# new terminal | |
cd SageMaker | |
git clone https://github.com/matterport/Mask_RCNN.git | |
git clone https://github.com/waleedka/coco.git | |
cd coco/PythonAPI | |
source activate tensorflow_p36 | |
make | |
python setup.py install | |
# open Mask_RCNN/demo.ipynb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment