-
Notifications
You must be signed in to change notification settings - Fork 148
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
Feat:Train Yolov8n model #246
Comments
If I find any dataset I'll train and create PR for it, meanwhile if anyone finds dataset and want to collaborate on this do tag me! |
you only want dataset or the help in setting model |
I only want the dataset |
The yolo model is pre trained on 80 classes u need more than that? |
yes to categorise images on more than those classes like screenshots, nature etc |
@Rishab87 I would like to work on this issue and contribute to expanding the classification capabilities of the YOLOv8n model. As mentioned in the issue description, finding a suitable dataset with bounding box labels is crucial for training the model to classify images into more categories. I currently have access to a traffic dataset that includes annotations for various classes such as: Vehicles (cars, trucks, buses, motorcycles, etc.) |
The classes which you mentioned here, this model is already trained on those classes, were you able to find dataset with other classes than these? (for eg screenshots, plants etc). If yes please do tell |
There are datasets which include more than 20000 categories like imagenet and big detection. In the dataset I mentioned above I can make a simulation based one and include categories like plants and all . |
Just to confirm do they contain bounding labels? |
Yes they have labels too. I have spent considerable time on this and gone through research papers and found some notable datasets with labels and bounding boxes and other image annotations that classify objects . |
If you want to train with these datasets then you can go ahead otherwise you can link those datasets here, I can train them I've evrything setup for it. |
I will train them too , and also i will link the datasets here :
There is more please confirm if you need something like this . |
I think this would work! |
@Rishab87 I have already written a script to fetch the model and have implemented some initial code as a starting point. Once the training process is complete, I would be more than happy to collaborate further and contribute meaningfully to the project. I look forward to working together and helping building this feature. |
Describe the feature
To classify images in more categories we need to train yolov8n model as mentioned in PR #245, I tried training this model with model.train method of ultralytics but was not able to find a suitable dataset with bounding labels. So need to find a suitable dataset and train it on that to add more classes
Add ScreenShots
No screenshots to attatch
Record
The text was updated successfully, but these errors were encountered: