Remove obsolete comment.

This commit is contained in:
h-alice 2025-01-07 11:19:35 +08:00
parent ba8c651c7a
commit 4284252a26
No known key found for this signature in database
GPG Key ID: 5708F34144A70909

View File

@ -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)
"""