Sebastian

Results 1 issues of Sebastian

Since there are multiple versions of opencv available, you should change your version tests `cv2.__version__.split(".")[0] == '3'` to something like `int(cv2.__version__.split(".")[0]) >= 3`