Instance segmentation assigns a class label to each polygon but also distinguishes between different objects of the same class, providing unique instances for each object.
Logging Instance Segmentation Data
To log instance segmentation data into Arize, use the following code:
Semantic segmentation assigns a class label to each pixel in an image. It groups all polygons of the same class into a single group, without distinguishing individual object instances.
Logging Semantic Segmentation Data
To log semantic segmentation data into Arize, use the following code:
Note: You need to define your schema appropriately based on whether you're using semantic or instance segmentation. The schema should include your embedding feature column names and the respective segmentation column names to view polygons in the platform.