This is the part for PC.
Use conda activate myenv.yml
- live_analysis.ipynb is the main program
- live_analysis.py
- live_connection.py has been used for connecting the camera data to the main program.
- live_action.py for action controls(IoT devices)
- live_detection.py for analysis on results
- live_tkwindow.py for UI
- live_status_manager
Other code are most likely be some testing code. i.e.
- test_YOLO.ipynb was used for tsting the YOLO model.(not useful now)
- test.py can be used to test the connection between the pc and the camera.(terminal based)
- testyolov8.ipynb use for test on yolo v8(new)
- test_log.ipynb
- tktest.py
- tkwindowtest.py
- test.ipynb new main test notebook