DiUS / MaskRCNN-utils

Utilities for working with Mask R-CNN, a neural network for object instance segmentation.
14 stars 8 forks source link

Utilities for working with Mask R-CNN, a neural network for object instance segmentation.

The data preparation pipeline to train a model to segment vein instances using Mask R-CNN is as follows:

  Labelbox -> ImageSplitter -> ImageDistributer (test vs rest) -> Augmentor -> ImageDistributer (train vs val)-> MaskRCNN

The steps are explained as follows: