You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "D:\Coding\wt23-posegenie\pose-score-service\pose_utils.py", line 126, in angle
cv2.putText(image, "Back Angle: "+str(back_angle),
UnboundLocalError: local variable 'back_angle' referenced
before assignment
The text was updated successfully, but these errors were encountered:
wt23-posegenie/pose-score-service/pose_utils.py
Line 126 in d034299
Guys I'm receiving an error in this line
File "D:\Coding\wt23-posegenie\pose-score-service\pose_utils.py", line 126, in angle
cv2.putText(image, "Back Angle: "+str(back_angle),
UnboundLocalError: local variable 'back_angle' referenced
before assignment
The text was updated successfully, but these errors were encountered: