Tutorial

Train an Instance Segmentation Model with Custom Dataset

https://www.youtube.com/embed/uLVWanPjGp0?si=Wq0PuYPQB8B2xpTO

Instance Segmentation: Beyond Bounding Boxes

Instance segmentation combines object detection with pixel-level masks. Each detected object gets a precise outline, not just a rectangle. This is important when objects overlap, when exact shape matters (measuring area, extracting contours), or when downstream processing needs clean masks rather than bounding boxes.

What This Tutorial Covers

Datature walks through training an instance segmentation model on a custom dataset using Nexus:

  • Setting up a project with polygon annotation support
  • Labeling objects with precise polygon masks
  • Configuring the training workflow for instance segmentation
  • Running inference and comparing predicted masks to ground truth

The tutorial takes about six minutes. The entire pipeline runs inside Nexus without switching to external tools or writing training scripts.

When to Choose Instance Segmentation

Use instance segmentation when bounding boxes are not precise enough. Examples: counting overlapping fruits in a bin, measuring crack areas on concrete surfaces, segmenting individual cells in microscopy images, or extracting product silhouettes for catalog photography. The additional annotation effort pays off when your application needs per-pixel accuracy.

For a written companion guide, read Training an Instance Segmentation Model. To speed up polygon labeling, see Using AI-Guided Segmentation to Speed Up Labelling with IntelliBrush.

Video Description Lorem Ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Resources

More reading...

Building VLMs for Phrase Grounding with Datature Vi
January 14, 2026
Datature Vi

Build a vision-language model for phrase grounding on Datature Vi. Annotate multimodal data, configure a VLM workflow, train, and run inference.

Read
Improving Your Computer Vision Models with Metadata
July 1, 2025
Explained

Improve model accuracy by adding metadata to your training pipeline. Learn how camera settings, timestamps, and sensor data boost CV predictions.

Read
Class Imbalance in Computer Vision, Explained
June 6, 2025
Explained

Learn why class imbalance hurts model performance and how to fix it. Covers oversampling, weighted loss functions, focal loss, and augmentation strategies.

Read
Get Started Now

Get Started using Datature’s computer vision platform now for free.