gjy3035 / GCC-SFCN

This is the official code of spatial FCN in the paper Learning from Synthetic Data for Crowd Counting in the Wild [CVPR2019].
https://gjy3035.github.io/GCC-CL/
MIT License
160 stars 39 forks source link

Any idea about generating bounding box from density map? #6

Closed PetitBai closed 5 years ago

PetitBai commented 5 years ago

Excellent work! Density map is obtained, but how to further generate corresponding bounding boxes on image? Any idea? thx

gjy3035 commented 5 years ago

The bounding box means the box of head? Since the label is only a point for a head, the bbx can not be obtained.