dk-liang / FIDTM

[IEEE TMM] Focal Inverse Distance Transform Maps for Crowd Localization
MIT License
169 stars 41 forks source link

How to generate bounding box? #3

Closed 1171000410 closed 3 years ago

1171000410 commented 3 years ago

Hi, thank you for you elegant code. But i'm still confused about how to generate bounding box.

dk-liang commented 3 years ago

Thanks for your attention! The bounding boxes are generated by a simple KNN distance strategy. We now added the bounding boxes generation code.