Interface ITinyYolov2Options

interface ITinyYolov2Options {
    inputSize?: number;
    scoreThreshold?: number;
}

Properties

inputSize?: number
scoreThreshold?: number