@ -19,7 +19,7 @@ def find_and_crop_face(data: np.ndarray) -> np.ndarray:
face = max(face, key=len)
(x, y, w, h) = face
face = data[y:y + h, x:x + w]
return data
return face
def compare_with_anime_characters(data: np.ndarray) -> int:
The note is not visible to the blocked user.