Skip to content

Latest commit

 

History

History
 
 

gl2posenet

gl2posenet

Estimate the pose of a person.

capture image

Visualize Heatmap

To visualize the heatmap of each keypoints, edit just one line.

heatmap

"main.c"

#if 1
render_posenet_heatmap (draw_x, draw_y, draw_w, draw_h, &pose_ret);
#endif

Particle rendering

To render particle fireballs at the estimated wrist position, edit just one line.

particle

"main.c"
#define USE_FIREBALL_PARTICLE