convolutional-pose-machines-tensorflow icon indicating copy to clipboard operation
convolutional-pose-machines-tensorflow copied to clipboard

How can crop the detected hand part

Open chenzi opened this issue 5 years ago • 1 comments

Hi, I want crop the detected hand part from image. how to do that?

Thanks!

chenzi avatar Jun 10 '19 07:06 chenzi

What do you mean crop ?. Don't you already have keypoints ? Use min row, min col, max row, max col and add some threshold if you want and apply crop using opencv.

is it what you are looking for ?

chaiban avatar Jun 14 '19 07:06 chaiban