From 7044b1e58868436f99c151070a9c031ac05e4490 Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Sun, 9 Nov 2025 21:06:51 +0700 Subject: [PATCH] switch model to tai's and add issues --- ISSUES.md | 5 +++++ test_tracking_realtime_old.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 ISSUES.md diff --git a/ISSUES.md b/ISSUES.md new file mode 100644 index 0000000..f565f42 --- /dev/null +++ b/ISSUES.md @@ -0,0 +1,5 @@ +# Issues + +- It doesn't really care what pt file is included and it always use YOLO's model id, for example if id 1 is apple, it still say person. maybe extract class list from yolo's .pt somehow? + +- Potential race condition issue when multiple camera try to init with the same unconverted model. diff --git a/test_tracking_realtime_old.py b/test_tracking_realtime_old.py index 754f326..4bb6eb0 100644 --- a/test_tracking_realtime_old.py +++ b/test_tracking_realtime_old.py @@ -380,7 +380,7 @@ def main_multi_window(): with separate OpenCV windows for each stream. """ GPU_ID = 0 - MODEL_PATH = "models/yolov8n.pt" + MODEL_PATH = "bangchak/models/frontal_detection_v5.pt" # Load camera URLs from environment camera_urls = []