image_genop 🔗
ImageClassify 🔗
Bases: __ImageOperation__
classify classmethod
🔗
Executes image classification operation using vAccel over genop.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
| A string or bytes object containing the image's file path | required |
Returns:
Type | Description |
---|---|
A string containing the classifiaction tag |
Source code in vaccel/image_genop.py
ImageDepth 🔗
Bases: __ImageOperation__
depth classmethod
🔗
Executes image depth estimation operation using vAccel over genop.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
| A string or bytes object containing the image's file path | required |
Returns:
Type | Description |
---|---|
A string containing the depth estimation result |
Source code in vaccel/image_genop.py
ImageDetect 🔗
Bases: __ImageOperation__
detect classmethod
🔗
Executes image detection operation using vAccel over genop.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
| A string or bytes object containing the image's file path | required |
Returns:
Type | Description |
---|---|
A string containing the detection result |
Source code in vaccel/image_genop.py
ImagePose 🔗
Bases: __ImageOperation__
pose classmethod
🔗
Executes image pose estimation operation using vAccel over genop.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
| A string or bytes object containing the image's file path | required |
Returns:
Type | Description |
---|---|
A string containing the pose estimation result |
Source code in vaccel/image_genop.py
ImageSegment 🔗
Bases: __ImageOperation__
segment classmethod
🔗
Executes image segmentation operation using vAccel over genop.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
| A string or bytes object containing the image's file path | required |
Returns:
Type | Description |
---|---|
A string containing the segmentation result |