Closed erikshelley closed 1 year ago
Below is a link on how to train custom models using YOLOv5
https://docs.ultralytics.com/yolov5/tutorials/train_custom_data/
@erikshelley also here is another link on how to train custom models using YOLOv5 that @matthewDDennis wrote.
https://www.codeproject.com/Articles/5347827/How-to-Train-a-Custom-YOLOv5-Model-to-Detect-Objec
We've added a Training module
I don't understand the training module interface. Is there any documentation for where to place your annotated images, etc?
This is not a bug, just a question and an image with few classification examples I thought were entertaining. I've noticed the ipcam-combined model often misidentifies animals in my yard. Can I train the model on these misidentified images to create my own custom version of the model? If it is possible I would appreciate it if you could point me in the right direction to get started (links, tools, terminology, etc).
Thanks for the great project. I'm really enjoying it.