Tutorial content from ImmersiveLimit.com
Code for composing two images together with Python can be found in this Jupyter Notebook. 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
Code for training and running inference with the Matterport implementation of Mask R-CNN can be found in this Jupyter Notebook. 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