python-rtsp-worker/ISSUES.md
2025-11-10 00:10:53 +07:00

9 lines
No EOL
459 B
Markdown

# 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?
- 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