Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.67 KB

README.md

File metadata and controls

41 lines (36 loc) · 1.67 KB

schoolbus_yolov5

This project uses yolov5 to detect the school bus passing my house and then send a text.
I'll be linking blog article tutorials to walk you through the project here when they're completed.

See the training metrics here: Workbook

Running

  1. create virtual env directory venv/ with pycharm or from the command line
     python -m venv venv
    
  2. install everything with install.ps1
     .\install.ps1
    
  3. create comet artifact by running create_comet_artifact.py
     python create_comet_artifact.py
    
  4. run training with train.ps1
     .\train.ps1
    
  5. run detection program detect_bus.py:
     python detect_bus.py
    

Full list of documentation