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 for one boundingbox #16

Open
felixobenaus opened this issue Jan 11, 2025 · 2 comments
Open

Multiple classes for one boundingbox #16

felixobenaus opened this issue Jan 11, 2025 · 2 comments

Comments

@felixobenaus
Copy link

Hi, Sometimes an element has two possible classifications like TITLE and DATE or DATE AND TIME.... Does anyone know how to train the model to recognise multiple classes in an element/bounding box?

@kevalmorabia97
Copy link
Owner

kevalmorabia97 commented Jan 23, 2025

I think this is same as a standard multi-class multi-label classification task. You can look up online for some resources

@felixobenaus
Copy link
Author

Yes, I solved it with nn.BCEWithLogitsLoss and the performance improved also a bit

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

2 participants