Image

The Image component is an operator that allows users to manipulate image files. It can carry out the following tasks:

#Release Stage

Alpha

#Configuration

The component configuration is defined and maintained here.

#Supported Tasks

#Draw Classification

Draw classification result on the image.

InputIDTypeDescription
Task ID (required)taskstringTASK_DRAW_CLASSIFICATION
Category (required)categorystringThe predicted category of the input.
Image (required)imagestringInput image
Show ScoreshowScorebooleanShow model confidence score on each instance
Score (required)scorenumberThe confidence score of the predicted category of the input.
OutputIDTypeDescription
ImageimagestringOutput image

#Draw Detection

Draw detection result on the image.

InputIDTypeDescription
Task ID (required)taskstringTASK_DRAW_DETECTION
Image (required)imagestringInput image
Objects (required)objectsarray[object]A list of detected objects.
Show ScoreshowScorebooleanShow model confidence score on each instance
OutputIDTypeDescription
ImageimagestringOutput image

#Draw Keypoint

Draw keypoint result on the image.

InputIDTypeDescription
Task ID (required)taskstringTASK_DRAW_KEYPOINT
Image (required)imagestringInput image
Objects (required)objectsarray[object]A list of keypoint objects, a keypoint object includes all the pre-defined keypoints of a detected object.
Show ScoreshowScorebooleanShow model confidence score on each instance
OutputIDTypeDescription
ImageimagestringOutput image

#Draw Ocr

Draw OCR result on the image.

InputIDTypeDescription
Task ID (required)taskstringTASK_DRAW_OCR
Image (required)imagestringInput image
Objects (required)objectsarray[object]A list of detected bounding boxes.
Show ScoreshowScorebooleanShow model confidence score on each instance
OutputIDTypeDescription
ImageimagestringOutput image

#Draw Instance Segmentation

Draw instance segmentation result on the image.

InputIDTypeDescription
Task ID (required)taskstringTASK_DRAW_INSTANCE_SEGMENTATION
Image (required)imagestringInput image
Objects (required)objectsarray[object]A list of detected instance bounding boxes.
Show ScoreshowScorebooleanShow model confidence score on each instance
OutputIDTypeDescription
ImageimagestringOutput image

#Draw Semantic Segmentation

Draw semantic segmentation result on the image.

InputIDTypeDescription
Task ID (required)taskstringTASK_DRAW_SEMANTIC_SEGMENTATION
Image (required)imagestringInput image
Show ScoreshowScorebooleanShow model confidence score on each instance
Stuffs (required)stuffsarray[object]A list of RLE binary masks.
OutputIDTypeDescription
ImageimagestringOutput image

Last updated: 5/16/2024, 9:38:32 PM