mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 03:55:21 +00:00
[update] add hint for the shape of input img
This commit is contained in:
parent
ba0d0c5bb6
commit
29141b3cd5
@ -54,7 +54,7 @@ class ApparentAgeClient(Demography):
|
||||
# Preprocessing input image or image list.
|
||||
imgs = self._preprocess_batch_or_single_input(img)
|
||||
|
||||
# Prediction
|
||||
# Prediction from 3 channels image
|
||||
age_predictions = self._predict_internal(imgs)
|
||||
|
||||
# Calculate apparent ages
|
||||
|
Loading…
x
Reference in New Issue
Block a user