keras-cam icon indicating copy to clipboard operation
keras-cam copied to clipboard

Create Bounding Box

Open bobschamberg opened this issue 9 years ago • 5 comments

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

bobschamberg avatar Dec 27 '16 09:12 bobschamberg

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.

jacobgil avatar Dec 28 '16 06:12 jacobgil

Ok, thanks

bobschamberg avatar Dec 29 '16 08:12 bobschamberg

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

bobschamberg avatar Jan 04 '17 10:01 bobschamberg

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

samhains avatar Aug 03 '17 06:08 samhains

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

Talhasg avatar Mar 09 '18 23:03 Talhasg