-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
detectnet_network-2classes visualization problem #1283
Comments
What is the problem? Different colors are used for different classes. |
Hi~ @gheinrich , |
Thanks for the clarification. Are you sure it's not just a bad detection on the network side? Last time I tried two-class object detection the result was OK (#869 (comment)). |
@gheinrich Hello many thanks |
Closing this bug because Greg is probably right - this is probably just a bad detection. |
Hi, I use default class mappings and just change "detectnet_network-2classes.prototxt" like below:
object_class: { src: 1 dst: 0} # cars -> 0
object_class: { src: 2 dst: 1} # van -> 1
after training complete, I get a weird testing result,
Why my bbox-list-class0 color is BLUE and bbox-list-class1 color is RED.
How to fix the problem,
thanks.
The text was updated successfully, but these errors were encountered: