Object Detect
This component is a proof-of-concept wrapper on the YOLO ML Model for performing object detection.
Component Configuration
| Option | Description | Required |
|---|---|---|
id |
A unique identifier for the component instance |
✓ |
displayName |
The name shown in the Studio UI of this component |
✓ |
modelPath |
Relative path to the YOLO ONNX model file |
✓ |
classNamesPath |
Relative path to a text file containing class names (one per line) |
✓ |
notes |
Notes about this component |
✗ |
Tags: