convolutional-pose-machines-tensorflow
convolutional-pose-machines-tensorflow copied to clipboard
How can crop the detected hand part
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 ?