I'm trying to make image detection model with 500 images. I just tried 128 epochs which took about 3 hours of training. I like the way it is working but I want to train more to get close to perfect because it has some difficult time to recognize with different background color/environment/surroundings.
The question is, if I want to simply add more images on the same model, how can i do that? Is there a way that I can load custom trained model? Like can I take the best.py output and paste it to command then start training with more image/label file?
Since it takes so long with 500 images I can't imagine how long it will take with 3,000 images. I want to continue training model that has already done trained.
Thank you for your helps...
This is the line that I am using: yolo task=detect mode=train epochs=128 data=data_custom.yaml model=yolov8m.pt imgsz=640 batch=11 patience=64
And this is the folder with best.py: C:\Users\musti\OneDrive\Desktop\TheCoding\YOLOV8\runs\detect\train2\weights