Parameters for people detection.

interface PeopleDetectionParameters {
    threshold?: number;
}

Properties

Properties

threshold?: number

The confidence threshold returns predictions as positive if their confidence score is the selected value or higher. A higher confidence threshold increases precision but lowers recall, and vice versa.