timctho / convolutional-pose-machines-tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can crop the detected hand part

chenzi opened this issue · comments

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

Thanks!

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 ?