-
Notifications
You must be signed in to change notification settings - Fork 191
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
Add ssd to bounding box sample #2513
Conversation
@knorth55 please review |
68477f1
to
ad9ad0a
Compare
@Kanazawanaoaki can you check this PR? |
@Kanazawanaoaki |
@knorth55 Thank you for debugging.
|
@Kanazawanaoaki that's weird. |
The terminal when running is like this. (https://gist.github.com/Kanazawanaoaki/140634e7e122a49bad5418091955ecf9#file-sample_ssd_to_bounding_box-log-1 )
It worked like this just once. |
@Kanazawanaoaki it seems it's working. |
I see, that's right. I merged the PR. |
@Kanazawanaoaki great job! thank you so much! |
Using this PR(#2511 ), I am making a sample that creates a bounding box from the detection results of SSD.
Even at this point, I can get a bounding box out with SSD of edge tpu.
However, using
73b2 kitchen model
in jsk_perception doesn't work now.I suspect it is due to the specifications of the computer.
If you can ues gpu and run this, it might work.