This is some implementations of create ground truth density maps for crowd counting.
This one is from Single Image Crowd Counting via MCNN (Unofficial Implementation). The author uses fixed gaussian kernel size.
|
|
|
|
The second one is modified by me based on the code above. In this version, it is created for UCSD dataset where the intensities outside ROI is set to 0.
|
|
The third one is from 人群密度图生成-Python实现. In this one, the author uses geometry-adaptive Gaussian kernel for density map creation.
|
|
Some other implementation 密度图生成1