From 2c4f93bfb914b2e474eeb0b59131cb8b7ee5c94f Mon Sep 17 00:00:00 2001 From: Seb <69488704+ds-sebastian@users.noreply.github.com> Date: Sun, 18 Jan 2026 17:22:22 -0500 Subject: [PATCH] Revise object classification warnings in README Updated README to clarify object classification limitations and added warning about vibe-coding. --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 704b81c..65ef7e3 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,16 @@ -> [!WARNING] -> **Regarding Object Classification** -> -> Frigate **does not support** uploading custom images for object classification training via the UI or API. -> This tool currently prepares the dataset (crops and categorizes images) for training external models (like YOLO) manually. --- +> [!WARNING] +> This is 100% vibe-coded. + + + + + ## ⚡ Why This Tool? > **"Diversity matters far more than volume."** — *Frigate Developer Tips* @@ -34,6 +36,12 @@ Training AI models on "bulk" data is often harmful. If you feed the model 50 ima Both use the same **Farthest Point Sampling (FPS)** algorithm that mathematically selects images until redundancy starts, ensuring optimal diversity whether that's 20 or 150 images. +> [!WARNING] +> **Regarding Object Classification** +> +> Frigate **does not support** uploading custom images for object classification training via the UI or API. +> This tool currently prepares the dataset (crops and categorizes images) for training external models (like YOLO) manually. + --- ## ✨ Features