vietanhdev / tf-blazepose

BlazePose - Super fast human pose detection on Tensorflow 2.x
192 stars 38 forks source link

How to define the heatmap size wrt to input image size ? #9

Open Cyril9227 opened 3 years ago

Cyril9227 commented 3 years ago

Hi, Thanks for the amazing work. Quick question : is there a way to determine the optimal heatmap shape given an input image ? My images are (512, 1024, 3) and have between 3 to 7 keypoints, what heatmap size should I use ?

Cheers