
Arize_Tutorial_CV_Instance_Segmentation.ipynb
Google Docs
Instance
What is Instance Segmentation?
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
What is Semantic Segmentation?
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:Sending Data to Arize
For both semantic and instance segmentation, use theOBJECT_DETECTION model type when sending data to Arize:
