Porównanie z całym datasetem z twarzami oraz walidacja #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "full-dataset-comparison"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Jak chemy żeby tylko walidacja się wykonała to:
python main.py -v 1
Na tą chwilę bez wykrywania twarzy z anime:
@ -29,7 +29,6 @@ def load_data(input_dir, newSize=(64,64)):
p = image_path / n
img = imread(p) # zwraca ndarry postaci xSize x ySize x colorDepth
img = cv.resize(img, newSize, interpolation=cv.INTER_AREA) # zwraca ndarray
img = img / 255 # type: ignore #normalizacja
Wywaliłem tutaj to bo wszędzie mamy integerowe obrazki, a tu robiły się floaty i OpenCV nie był z tego powodu zadowolony