Update utils.py

This commit is contained in:
vahidrezanezhad 2024-05-12 08:32:28 +02:00 committed by GitHub
parent a7e1f255f3
commit 45aba32351
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@ from tqdm import tqdm
import imutils
import math
from tensorflow.keras.utils import to_categorical
from PIL import Image, ImageEnhance
def return_number_of_total_training_data(path_classes):