Dev Bhartra
Dev Bhartra
@albertoandreottiATgmail We found the same issue, so we made 2 new functions for input and reading the **test** data specifically. Can confirm, it works on the test data we uploaded,...
@sahilchauhang I am facing the exact same issue. Were you able to fix it? This is what i got: Traceback (most recent call last): File "gesture.py", line 40, in cnt...
@vipul-sharma20 Yes that was the issue. I just changed this: if version == '3': image, contours, hierarchy = cv2.findContours(thresh1.copy(), \ cv2.RETR_TREE, cv2.CHAIN_APPROX_NONE) **elif version == '4':** contours, hierarchy = cv2.findContours(thresh1.copy(),cv2.RETR_TREE,...