ValueError
Closed this issue · 1 comments
pavibalaji commented
Hello,
I am facing the below error,
/programs/Face-Pose-Net-master/face_renderer/ThreeD_Model.py", line 65, in createMask
contours, hierarchy = cv2.findContours(eyemask,cv2.RETR_TREE,cv2.CHAIN_APPROX_SIMPLE)
ValueError: too many values to unpack (expected 2)
Any help? Thanks
iacopomasi commented
@pavibalaji ,
Check my other response in here. You need to use OpenCV2 for now.
I hope this helps.