UNPKG

ppu-yolo-onnx-inference

Version:

Use your YOLO onnx object detection model in Typescript Bun environment easily.

5 lines (4 loc) 277 B
import type { DebuggingOptions, ModelThresholds } from "./interface"; export declare const DEFAULT_THRESHOLDS: Required<ModelThresholds>; export declare const DEFAULT_DEBUG_OPTIONS: Required<DebuggingOptions>; export declare const STANDARD_MODEL_INPUT_SHAPE: [number, number];