MV_HandKeyPointDetector
MV_HandKeyPointDetector copied to clipboard
Error while running on hand.jpg image
Hello ! when I run on Image file of hand.jpg or any other image I get this error
Traceback (most recent call last):
File "C:\Users\Strange Lab\Documents\Python Projects\Hand Keypoints\MV_HandKeyPointDetector-master\handPoseImage.py", line 28, in
I am using it in Python 2.7 and OpenCV 3.4
I upgraded my opencv with this command pip install opencv-contrib-python==4.1.0.25 and issue is resolved. But Do not have any Idea why in older version it was not working and what cause this error? any idea?