I am referring to your ground truth heatmap generation implementation because I must generate body part heatmaps for my study. In short, I am looking to achieve this :
I intend to generate 18 channel heatmap where each channel stores one body part ( line segment between wrist and elbow, line segment between elbow and shoulder etc )
It is not clear to me how the elliptical gaussian has been implemented. Can you please explain the steps in put_limb_gaussian_maps in /py_cocodata_server/py_data_heatmapper.py because I believe this is the function doing my desired task.
@hellojialee , Kudos to the excellent work,
I am referring to your ground truth heatmap generation implementation because I must generate body part heatmaps for my study. In short, I am looking to achieve this :
I intend to generate 18 channel heatmap where each channel stores one body part ( line segment between wrist and elbow, line segment between elbow and shoulder etc ) It is not clear to me how the elliptical gaussian has been implemented. Can you please explain the steps in
put_limb_gaussian_maps
in/py_cocodata_server/py_data_heatmapper.py
because I believe this is the function doing my desired task.Thanks in advance, jysa01