Skip to content

Instantly share code, notes, and snippets.

@mattmcd
Last active March 31, 2018 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattmcd/59fc456ce6e6943927bd5918f0e677bf to your computer and use it in GitHub Desktop.
Save mattmcd/59fc456ce6e6943927bd5918f0e677bf to your computer and use it in GitHub Desktop.
10 minutes to Mask R-CNN
# 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