Skip to content

Latest commit

 

History

History

ai_analysis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Live analyis

This is the part for PC.

Use conda activate myenv.yml

V1 Main program

  • live_analysis.ipynb is the main program

V2 Main program

  • live_analysis.py

Important Classes

  • 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

Subclass

  • 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