Detection Result Category Selection
Function: Selects detection results of a specified category.
Input Parameters:
Name | Type | Valid Range | Default Value | Meaning |
---|---|---|---|---|
Detection results |
DetectInstance |
None |
{} |
The output of the deep learning node. |
Output Parameters:
Name | Type | Valid Range | Default Value | Meaning |
---|---|---|---|---|
Single class detection results |
DetectInstance |
None |
{} |
The output of the deep learning node. |
Parameter Settings:
Name | Type | Valid Range | Default Value | Meaning |
---|---|---|---|---|
Category |
String |
['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'] |
0 |
Category. |
Using alternate categories |
Bool |
None |
False |
Whether to use the remaining categories for processing when the category to be retained is not detected. |
Enable node |
Bool |
None |
True |
Turn on node functionality. |