/tutorials

Tutorial content from ImmersiveLimit.com

Primary LanguageJupyter NotebookMIT LicenseMIT

Tutorials

Tutorial content from ImmersiveLimit.com

Basic Image Composition

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

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. 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