Update functions.py

This commit is contained in:
Sefik Ilkin Serengil 2023-04-29 17:37:54 +01:00 committed by GitHub
parent 16fa3c2969
commit 52ad8e46be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,6 @@ def load_image(img):
# This causes troubles when reading files with non english names
# return cv2.imread(img)
# --------------------------------------------------