Skip to content

Commit

Permalink
(age_gender) add very little typing
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Mar 12, 2024
1 parent 7f2730f commit 9b9d7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_recognition_age_gender/scripts/face_properties_node
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ from image_recognition_util import image_writer


class FacePropertiesNode:
def __init__(self, weights_file_path, img_size, save_images_folder, use_gpu):
def __init__(self, weights_file_path: str, img_size: int, save_images_folder: bool, use_gpu: bool):
"""
ROS node that wraps the PyTorch age gender estimator
"""
Expand Down

0 comments on commit 9b9d7f5

Please sign in to comment.