Create Bounding Box
Hello @jacobgil , i want to ask you how to make a bounding box for localization prediction instead of using heatmap?
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.
Ok, thanks
Hi @jacobgil , how to threshold the small heatmap so only just the big heatmap show on the image result?
@jacobgil was there any advances on this heatmap feature/demo?
@jacobgil did you get chance to work on the bounding box generation from heatmap?