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

detectnet_network-2classes visualization problem #1283

Closed
cooliybob opened this issue Nov 18, 2016 · 5 comments
Closed

detectnet_network-2classes visualization problem #1283

cooliybob opened this issue Nov 18, 2016 · 5 comments

Comments

@cooliybob
Copy link

cooliybob commented Nov 18, 2016

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.

2016-11-18 13 47 36

@cooliybob cooliybob changed the title detectnet_network-2classes testing resault problem detectnet_network-2classes testing result problem Nov 18, 2016
@cooliybob cooliybob changed the title detectnet_network-2classes testing result problem detectnet_network-2classes visualization problem Nov 18, 2016
@gheinrich
Copy link
Contributor

What is the problem? Different colors are used for different classes.

@cooliybob
Copy link
Author

cooliybob commented Nov 21, 2016

Hi~ @gheinrich ,
Sorry for my question was unclear.
I mean bbox-list-class0(BLUE) in my result frame to van and bbox-list-class1(RED) frame to car,
but according to the mapping table, dst of car is class0 and dst of van is class1.
My result seems to opposite to the mapping table.

@gheinrich
Copy link
Contributor

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)).

@ShervinAr
Copy link

ShervinAr commented Jan 14, 2017

@gheinrich Hello
Is there any chance you could provide your trained caffe model for car&pedestrian detection? I am using detectnet_network-2classes.prototxt as the architecture and currently short of an effective method to initialize weights for detection using DetectNet.

many thanks

@lukeyeager
Copy link
Member

Closing this bug because Greg is probably right - this is probably just a bad detection.

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

No branches or pull requests

4 participants