Module config

Module config 

Source

Functionsยง

infer_every_ms
KATAGLYPHIS_INFER_EVERY_MS: minimum interval between inference requests (default 0).
log_level
KATAGLYPHIS_LOG_LEVEL: error | warn | info (default) | debug | trace.
onnx_backend
KATAGLYPHIS_ONNX_BACKEND: "ort" / "onnxruntime" | "tract" | unset (auto).
onnx_model_override
KATAGLYPHIS_ONNX_MODEL: override path to the ONNX model file.
ort_device
KATAGLYPHIS_ORT_DEVICE: "cpu" (default) | "cuda" | "auto".
score_threshold
KATAGLYPHIS_SCORE_THRESHOLD: detection confidence threshold (default 0.5).
swap_xy_enabled
KATAGLYPHIS_SWAP_XY: set to "1" to swap X/Y in YOLO output coords.