Project Setup
Configure dataset name, output location, and annotation format.
Project Details
Output Directory
Server-side absolute path. Leave blank to auto-generate under ~/.datasetstudio/datasets/
Annotation Format
Each image has a paired .txt file with normalized [class x y w h] per line. Compatible with Ultralytics YOLOv8+.
SAM3 Integration
Segment Anything Model 3 β used for background cleaning and object extraction
Detect & inpaint foreground objects from rasters to produce clean backgrounds
Click a pixel; SAM3 returns the contour mask of the object at that location
Draw a rectangle prompt; SAM3 tightly segments the enclosed object
Click one object; SAM3 finds all similar instances in the 1024px tile
Describe an object class in natural language; SAM3 segments by text
Interactive mask correction on generated tiles