Base type - Segmentation
There are two fields in the job build for a segmentation-based project:
image_url
: URL of the image to be annotatedmaker_response
: It contains the annotation data
Job Build Structure
The maker_response
has a raster
field to define raster annotations. The raster
field has adata
field that contains the Annotated Mask URL and the legend data for the mask.
legend
contains key-value pairs, where:
Key represents the color in the annotated mask.
Value represents the label associated with the color.
Note: If you are creating pre-labeled jobs, the mask URL should be accessible by Playment. To learn more, refer: Secure Attachment Access
Last updated
Was this helpful?