timctho / convolutional-pose-machines-tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to crop the detected hand part?

SantoshBajantri opened this issue · comments

Hey thanks for this wonderful repo! I wanted to crop the detected hand part from the frame, how to do that?

Thanks You!

Hi @SantoshBajantri,

Use OpenCV cv2.resize function with taking care of padding.

Thanks,

Asif