-
Notifications
You must be signed in to change notification settings - Fork 30
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 on multi classes #16
Comments
Hi, did you find the way to solve this problem? I have an idea to solve two problems (object classification and keypoint detection) by two different algorithms,. But of course one would be better ;) |
if you use two algorithms, the time would be influenced. |
Of course, but it's my task to use neural network for classification and localization with orientation (I want to use keypoint detection for this). Even if it cause longer time. The best option would be one algorithm but I can't find solution for this. |
Hi, first of all. Thank you for sharing your excellent work. I tried to modify a code to train a multi classes detection.
In this line. Does it allow to change to my own multi classes??? thank you.
bboxes_labels_original = ['Glue tube' for _ in bboxes_original]
The text was updated successfully, but these errors were encountered: