Train Image Segmentation Models In Your Browser
Train an image segmentation model using the U-Net architecture. Load your image and segmentation masks to begin training.
Want to resume from a project you saved to your device?
Load Images and Masks
Load your image and segmentation mask folders separately. Ensure your image and segmentation masks are named identically or differ by a common suffix . Don't have a dataset? Try COCO-Stuff .
What are segmentation masks and why might they be entirely black?
1 / 1
Complete image-mask pairs: 0
Model Setup
Choose the type of model, its width and depth, and the size of your images

Select model type

Set Hyperparameters
Hyperparameters determine the type of model and how effectively it is trained. They are frequently adjusted to help the model reach its optimal state.
Train Model
Train the model until the dice loss is as close to zero as possible. A browser with strong WebGPU support (Chrome) is recommended for faster training. To prevent interruptions, keep this tab in the foreground. Browsers may throttle or sleep tabs that are not in view.
Epoch 1·Batch 2,000/2,000·00:43:31
Status: Model is idle
Predict
Run image segmentation directly in the browser. You can add color to distinguish segmented categories or just receive the raw outputs.