From 4284252a265823f05ab0ae5dfcf84379d838497a Mon Sep 17 00:00:00 2001 From: h-alice Date: Tue, 7 Jan 2025 11:19:35 +0800 Subject: [PATCH] Remove obsolete comment. --- deepface/models/Demography.py | 1 - 1 file changed, 1 deletion(-) diff --git a/deepface/models/Demography.py b/deepface/models/Demography.py index 7bba87f..911032d 100644 --- a/deepface/models/Demography.py +++ b/deepface/models/Demography.py @@ -51,7 +51,6 @@ class Demography(ABC): img: Single image as np.ndarray (224, 224, 3) or List of images as List[np.ndarray] or Batch of images as np.ndarray (n, 224, 224, 3) - NOTE: If the imput is grayscale, then there's no channel dimension. Returns: Four-dimensional numpy array (n, 224, 224, 3) """