Skip to content

KristenKehrer/schoolbus_yolov5

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published