profiling

This commit is contained in:
Siwat Sirichai 2025-11-10 00:10:53 +07:00
parent 7044b1e588
commit c0ffa3967b
9 changed files with 354 additions and 1298 deletions

View file

@ -2,4 +2,8 @@
- 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?
- It read frame a bit too fast. it say it's infering at 20-ish fps but the actual camera is only 5 fps or so
- Potential race condition issue when multiple camera try to init with the same unconverted model.
- Blurry asyncio archtecture, require documentations