Robin Raj SB
Robin Raj SB
i too have same issue
same question
File "Stabilize.py", line 93 m = cv2.estimateAffinePartial2D(prev_pts, curr_pts)[0] ^ IndentationError: unindent does not match any outer indentation level
> File "Stabilize.py", line 93 > m = cv2.estimateAffinePartial2D(prev_pts, curr_pts)[0] > ^ > IndentationError: unindent does not match any outer indentation level IntendationError, Worked now, thank you
435 height 1280 height 720 1196444237 Traceback (most recent call last): File "Stabilize.py", line 147, in frame_out = cv2.resize(frame_out, (frame_out.shape[1]/2, frame_out.shape[0]/2)); TypeError: integer argument expected, got float