-
Notifications
You must be signed in to change notification settings - Fork 1
mrd0n/yoshi_detector
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
My config of YoloV5 trained to find Yoshi at the front door Python environment: conda activate yolov5 labelImg was used to label the training images To Train: python train.py --img 640 --batch 1 --epochs 200 --data ./data/yoshi.yaml --cfg ./models/yolov5m.yaml --weights '' --device 0 To Run: start tmux ./detect-yoshi.sh
About
My implementation of a yolov5 model trained to detect my cat at the front door
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published