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

Create Bounding Box #6

Open
bobschamberg opened this issue Dec 27, 2016 · 5 comments
Open

Create Bounding Box #6

bobschamberg opened this issue Dec 27, 2016 · 5 comments

Comments

@bobschamberg
Copy link

Hello @jacobgil , i want to ask you how to make a bounding box for localization prediction instead of using heatmap?

@jacobgil
Copy link
Owner

Hi,
One way would be to apply image processing on the heatmap:
Threshold the heat map,
Find it's edge map,
Find countours,
Take the bounding boxes / center of mass of the contours.

I will try making an example over the weekend.

@bobschamberg
Copy link
Author

Ok, thanks

@bobschamberg
Copy link
Author

Hi @jacobgil , how to threshold the small heatmap so only just the big heatmap show on the image result?

@samhains
Copy link

samhains commented Aug 3, 2017

@jacobgil was there any advances on this heatmap feature/demo?

@Talhasg
Copy link

Talhasg commented Mar 9, 2018

@jacobgil did you get chance to work on the bounding box generation from heatmap?

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

4 participants