Skip to content
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

Train models and datasets #69

Open
Phance opened this issue Jan 3, 2025 · 4 comments
Open

Train models and datasets #69

Phance opened this issue Jan 3, 2025 · 4 comments

Comments

@Phance
Copy link

Phance commented Jan 3, 2025

@mgonzs13 Can I create my own data set and then train the model, and finally run the trained model with this?How can I specifically train my own model?I hope you can give me some advice and some starting points. Thank you very much!

@mgonzs13
Copy link
Owner

mgonzs13 commented Jan 6, 2025

Hi @Phance, to train a custom model you have to use ultralytics. Take a look at its docs https://docs.ultralytics.com/es/modes/train/#usage-examples.

@Phance
Copy link
Author

Phance commented Jan 11, 2025

@mgonzs13 Hi ! After training the model with my custom dataset, how can I use this yolo_ros to run and perform detection? What format should I use to save the final model? I am really looking forward to your reply, thank you very much.

@mgonzs13
Copy link
Owner

@Phance you can use pt format. Then, pass the file path to the launch using the model argument.

@liamcarlos
Copy link

Hey @Phance did you figure out how to use you custom model set? I've trained my own model and successfully used it with this package and found it as an incredibly useful tool for my project, so feel free to ask me anything if you need help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants