| { | |
| "model_type": "yolo-assisted-videomae-ksl-word-recognition", | |
| "default_word_duration_ms": 500, | |
| "min_emit_confidence": 0.55, | |
| "mediapipe_mvp": { | |
| "artifact_path": "mediapipe_mvp.joblib", | |
| "max_input_width": 640, | |
| "sequence_length": 16 | |
| }, | |
| "roi_detector": { | |
| "enabled": false, | |
| "weights_path": "yolo/yolo.pt", | |
| "confidence_threshold": 0.25, | |
| "padding": 0.15, | |
| "class_ids": [] | |
| }, | |
| "classifier": { | |
| "architecture": "VideoMAEForVideoClassification", | |
| "checkpoint_path": "videomae", | |
| "clip_size": 8 | |
| }, | |
| "smoothing": { | |
| "window_size": 5, | |
| "stable_frames": 3 | |
| } | |
| } | |