blumeops/docs/reference
Erich Blume d51c180fe6 Switch Frigate detection model from YOLO-NAS-S to YOLOv9-c (#246)
## Summary
- Replace abandoned YOLO-NAS-S (320x320, `yolonas`) with YOLOv9-c (640x640, `yolo-generic`)
- YOLOv9-c benefits from CUDA Graphs in Frigate 0.17 on the RTX 4080
- Add `export_yolov9` Dagger pipeline and `frigate-export-model` mise task for reproducible model exports
- Model already deployed to `sifaka:/volume1/frigate/models/yolov9-c-640.onnx`

## Config changes
- `model_type: yolonas` → `yolo-generic`
- `input_dtype: int` → `float`
- `width/height: 320` → `640`
- `path:` → `yolov9-c-640.onnx`

## Deployment and Testing
- [ ] Merge and sync Frigate ArgoCD app: `argocd app sync frigate`
- [ ] Verify Frigate starts and detects objects at https://nvr.ops.eblu.me
- [ ] Confirm GPU inference via Frigate system metrics

Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/246
2026-02-22 15:14:45 -08:00
..
infrastructure Update ringtail flake inputs, add flake-update pipeline (#240) 2026-02-22 08:17:52 -08:00
kubernetes Fix services-check and update docs for Frigate migration to ringtail (#218) 2026-02-19 14:38:21 -08:00
operations Fix frontmatter field name for Quartz date display (#158) 2026-02-11 16:45:12 -08:00
services Switch Frigate detection model from YOLO-NAS-S to YOLOv9-c (#246) 2026-02-22 15:14:45 -08:00
storage Fix frontmatter field name for Quartz date display (#158) 2026-02-11 16:45:12 -08:00
tools Update ringtail flake inputs, add flake-update pipeline (#240) 2026-02-22 08:17:52 -08:00
reference.md Deploy Authentik identity provider (C2 Mikado) (#227) 2026-02-20 12:55:59 -08:00