What's A Simple Custom Segmentation Pipeline?

This page summarizes the projects mentioned and recommended in the original post on /r/computervision

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • labelme2coco

    A lightweight package for converting your labelme annotations into COCO object detection format.

  • I would also suggest labelme, it's pretty easy to use. Just type "labelme" in the shell after pip installing and you will see the GUI. There are tools to convert to coco format (like https://github.com/fcakyon/labelme2coco) if needed, for instance for Detectron2.

  • Mask_RCNN

    Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow

  • I suggest to check the data generator of matterport MASK RCNN Dataset (line 239) and VIA (vgg image annotator). Simple, potable and pretty light (only html, js and css files)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • mmsegmentation

    OpenMMLab Semantic Segmentation Toolbox and Benchmark.

  • Mmsegmentation would be a good place to start for basic segmentation. They have lots of recent methods and pretained models you could fine-tune from. They also support quite a few datasets including VOC. There is a custom dataset format which looks straightforward to create.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts