Skip to content

Commit

Permalink
modified: handPoseImage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vikasgupta-github committed Oct 26, 2018
1 parent 6561b60 commit 8b86915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HandPose/handPoseImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
POSE_PAIRS = [ [0,1],[1,2],[2,3],[3,4],[0,5],[5,6],[6,7],[7,8],[0,9],[9,10],[10,11],[11,12],[0,13],[13,14],[14,15],[15,16],[0,17],[17,18],[18,19],[19,20] ]
net = cv2.dnn.readNetFromCaffe(protoFile, weightsFile)

frame = cv2.imread("g3.jpg")
frame = cv2.imread("right-frontal.jpg")
frameCopy = np.copy(frame)
frameWidth = frame.shape[1]
frameHeight = frame.shape[0]
Expand Down

0 comments on commit 8b86915

Please sign in to comment.