mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 03:55:21 +00:00
Remove obsolete comment.
This commit is contained in:
parent
ba8c651c7a
commit
4284252a26
@ -51,7 +51,6 @@ class Demography(ABC):
|
|||||||
img: Single image as np.ndarray (224, 224, 3) or
|
img: Single image as np.ndarray (224, 224, 3) or
|
||||||
List of images as List[np.ndarray] or
|
List of images as List[np.ndarray] or
|
||||||
Batch of images as np.ndarray (n, 224, 224, 3)
|
Batch of images as np.ndarray (n, 224, 224, 3)
|
||||||
NOTE: If the imput is grayscale, then there's no channel dimension.
|
|
||||||
Returns:
|
Returns:
|
||||||
Four-dimensional numpy array (n, 224, 224, 3)
|
Four-dimensional numpy array (n, 224, 224, 3)
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user