This function is used to get the confidence (accuracy) of object detection, 0 being low confidence and 1 being high confidence.
confidence()
Function Definition: confidence(object = 1)
- Python Library: Recognition Cards
- Library Import: cards = RecognitionCards()
- Mode: Stage Mode
Parameters
Name | Type | Description | Expected Values | Default Value |
---|---|---|---|---|
object | int | The object number for which the expression is required. | 1-100 | 1 |
Description
Example
There are no examples documented for this article.