Skip to content

othayoth/mouse_yolo_utils

Repository files navigation

mouse_yolo_utils

Training

Might have to change the relative path in the dataset's data.yaml so that path to train/test/valid images are correct

Detection using yolov5 example

python detect.py --weights runs/train/exp19/weights/best.pt --save-txt --save-conf --source ~/data_storage/maya_pd_videos/23_08_04/ctrl2/ctrl2_cropped.mp4 

Detection custom

python track_mice.py 23_08_04 pd1

Must consider color space conversion

About

utils for mouse tracking in yolov5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages