-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training #10232
Comments
Hello @Mrinh212375 If you only train on your new data, the model will get shifted away from your original dataset, as far as I know. I hope this helps |
@MartinPedersenpp so , you mean if I'll give the dataset.yaml with some more added class and only the images of my own as dataset, then the model will get shifted to my new data, means it may not detect the images from the first dataset, right ?? |
@MartinPedersenpp , actually my guide was saying that it'll augment the learning, and is there any freeze mechanism so that I can freeze some layers which incurs some normalization(if any :-( |
Quick google: I can't say that I have tested it, but if you have trained on dataset1 and then train on dataset2 which misses some of the classes then it can't validate if the weights fit those classes. Hope it helps |
👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs. Access additional YOLOv5 🚀 resources:
Access additional Ultralytics ⚡ resources:
Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed! Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐! |
Search before asking
Question
I have already trained the yolov5 model with the dataset having 33K images (31 classes), got the best.pt and last.pt. Now I want to train the model on some images that I have clicked by my phone, Now I have two queries -
actually, I need to augment the learning from my real images. Am I going right ??
Additional
No response
The text was updated successfully, but these errors were encountered: