Skip to content

Commit

Permalink
Mask R-CNN tutorial (#2)
Browse files Browse the repository at this point in the history
* Adding Mask R-CNN tutorial
- A Jupyter notebook that runs training on a custom dataset of cigarette
  butt images, then runs inference on real images
- Dataset is not included in the repo, but is linked to in the notebook

* Updating README with Mask R-CNN content
  • Loading branch information
akTwelve committed Jul 30, 2018
1 parent d60013a commit 8caa381
Show file tree
Hide file tree
Showing 2 changed files with 1,127 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ Tutorial content from [ImmersiveLimit.com](https://www.immersivelimit.com/all-tu
Code for composing two images together with Python can be found in this [Jupyter Notebook](image_composition/BasicImageComposition.ipynb). The example includes sample images of lemons and a few backgrounds to compose them on top of.

Find the full tutorial here: [Composing Images with Python for Synthetic Datasets](http://www.immersivelimit.com/tutorials/composing-images-with-python-for-synthetic-datasets)

## Mask-RCNN Training and Inference
Code for training and running inference with the Matterport implementation of Mask R-CNN can be found in this [Jupyter Notebook](mask_rcnn/MaskRCNN_TrainAndInference.ipynb). The example uses a dataset that needs to be downloaded separately, but is linked in the notebook.

Find the full tutorial here: [Using Mask R-CNN with a Custom COCO-like Dataset](http://www.immersivelimit.com/tutorials/using-mask-r-cnn-on-custom-coco-like-dataset)
1,122 changes: 1,122 additions & 0 deletions mask_rcnn/MaskRCNN_TrainAndInference.ipynb

Large diffs are not rendered by default.

0 comments on commit 8caa381

Please sign in to comment.