Skip to content

My implementation of a yolov5 model trained to detect my cat at the front door

Notifications You must be signed in to change notification settings

mrd0n/yoshi_detector

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

No packages published