package
Version:
v0.10.0-beta
Opens a new window with list of versions in this module.
Published: Mar 12, 2024
License: MIT
Opens a new window with license information.
Imports: 20
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
---
title: "Image"
lang: "en-US"
draft: false
description: "Learn about how to set up a VDP Image operator https://github.com/instill-ai/vdp"
---
The Image component is an operator that tODO.
It can carry out the following tasks:
- [Draw Classification](#draw-classification)
- [Draw Detection](#draw-detection)
- [Draw Keypoint](#draw-keypoint)
- [Draw Ocr](#draw-ocr)
- [Draw Instance Segmentation](#draw-instance-segmentation)
- [Draw Semantic Segmentation](#draw-semantic-segmentation)
## Release Stage
`Alpha`
## Configuration
The component configuration is defined and maintained [here](https://github.com/instill-ai/operator/blob/main/pkg/image/v0/config/definitions.json).
## Supported Tasks
### Draw Classification
| Input | Type | Description |
| :--- | --- | --- |
| task | string | `TASK_DRAW_CLASSIFICATION` |
### Draw Detection
| Input | Type | Description |
| :--- | --- | --- |
| task | string | `TASK_DRAW_DETECTION` |
### Draw Keypoint
| Input | Type | Description |
| :--- | --- | --- |
| task | string | `TASK_DRAW_KEYPOINT` |
### Draw Ocr
| Input | Type | Description |
| :--- | --- | --- |
| task | string | `TASK_DRAW_OCR` |
### Draw Instance Segmentation
| Input | Type | Description |
| :--- | --- | --- |
| task | string | `TASK_DRAW_INSTANCE_SEGMENTATION` |
### Draw Semantic Segmentation
| Input | Type | Description |
| :--- | --- | --- |
| task | string | `TASK_DRAW_SEMANTIC_SEGMENTATION` |
Documentation
¶
TODO go:generate compogen readme --operator ./config ./README.mdx
IBMPlexSansRegular is the font byte array
Init initializes the operator
type BoundingBox struct {
Top int
Left int
Width int
Height int
}
BoundingBox holds the coordinates of a bounding box.
Size returns the area of the bounding box.
Execution is the derived execution
Execute executes the derived execution
Keypoint holds the coordinates of a keypoint.
Operator is the derived operator
CreateExecution creates the derived execution
Source Files
¶
Click to show internal directories.
Click to hide internal directories.