- Add a new section to the web UI to display pupil detection data and a live camera stream with YOLO segmentation. - Add a /video_feed endpoint to stream the annotated camera feed. - Update the VisionSystem to support onnxruntime-gpu with a fallback to CPU. - Add logging to indicate which backend is being used. - Refactor the test suite to accommodate the new features and fix existing tests.
9 lines
194 B
Plaintext
9 lines
194 B
Plaintext
bleak>="1.0.0"
|
|
flask>="3.1.1"
|
|
pypylon>= "4.0.0"
|
|
onnxruntime>= "1.18.0"
|
|
onnxruntime-gpu>= "1.18.0"
|
|
opencv-python>= "4.9.0"
|
|
pytest>= "8.0.0"
|
|
pytest-playwright>= "0.4.0"
|
|
requests>= "2.31.0" |