codeproject / CodeProject.AI-Server

CodeProject.AI Server is a self contained service that software developers can include in, and distribute with, their applications in order to augment their apps with the power of AI.
Other
574 stars 136 forks source link

Can we train the models ourselves? #53

Closed erikshelley closed 10 months ago

erikshelley commented 1 year ago

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.

Mystery-Creature

MikeLud commented 1 year ago

Below is a link on how to train custom models using YOLOv5

https://docs.ultralytics.com/yolov5/tutorials/train_custom_data/

MikeLud commented 1 year ago

@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

ChrisMaunder commented 10 months ago

We've added a Training module

jimmylavino commented 10 months ago

I don't understand the training module interface. Is there any documentation for where to place your annotated images, etc?