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

Multiple Classes #385

Open
VegetableDogKing opened this issue Sep 2, 2024 · 2 comments
Open

Multiple Classes #385

VegetableDogKing opened this issue Sep 2, 2024 · 2 comments

Comments

@VegetableDogKing
Copy link

Hi,
I want to ask that how can we train for multiple classes, do we just pass in two classes at the same time, or we train for one classes first and use the weigth to train for another.

Thank you

@phsilvarepo
Copy link

Hello there,
What you have to do is train the model for each class you want to detect, then in the inference add the multiple weights you trained for each class.

Good luck

@TontonTremblay
Copy link
Collaborator

@phsilvarepo is correct, you could modify the outputs to do 2 at the same time, I have done it in the past, but not worth the time you are going to spent on it wont be worth it. Easier to train one at the time :D

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