Porównanie z całym datasetem z twarzami oraz walidacja #4

Merged
s444498 merged 3 commits from full-dataset-comparison into main 2023-02-01 11:03:06 +01:00
Collaborator

Jak chemy żeby tylko walidacja się wykonała to:
python main.py -v 1

Na tą chwilę bez wykrywania twarzy z anime:

Accuracy using structural-similarity: 6.0%
Accuracy using euclidean-distance: 0.0%
Accuracy using chi-square: 2.0%
Accuracy using correlation: 4.0%
Accuracy using intersection: 4.0%
Accuracy using bhattacharyya-distance: 0.0%
Jak chemy żeby tylko walidacja się wykonała to: `python main.py -v 1` Na tą chwilę bez wykrywania twarzy z anime: ``` Accuracy using structural-similarity: 6.0% Accuracy using euclidean-distance: 0.0% Accuracy using chi-square: 2.0% Accuracy using correlation: 4.0% Accuracy using intersection: 4.0% Accuracy using bhattacharyya-distance: 0.0% ```
s444409 added 3 commits 2023-01-31 21:13:38 +01:00
s444409 reviewed 2023-01-31 21:14:29 +01:00
@ -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
Author
Collaborator

Wywaliłem tutaj to bo wszędzie mamy integerowe obrazki, a tu robiły się floaty i OpenCV nie był z tego powodu zadowolony

Wywaliłem tutaj to bo wszędzie mamy integerowe obrazki, a tu robiły się floaty i OpenCV nie był z tego powodu zadowolony
s444498 merged commit e63892f806 into main 2023-02-01 11:03:06 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: s444498/wko_anime-face-similarity#4
No description provided.