Skip to content

Commit

Permalink
(age_gender) update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Mar 6, 2024
1 parent 4adf027 commit 44feba3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def __init__(self, weights_file_path, img_size=64, use_gpu=False):
Estimate the age and gender of the incoming image
:param weights_file_path: path to a pre-trained network in onnx format
:param img_size: Images are resized to a square image of (img_size X img_size)
:param use_gpu: Use GPU or CPU
"""
weights_file_path = os.path.expanduser(weights_file_path)
Expand Down

0 comments on commit 44feba3

Please sign in to comment.