Skip to content

Commit

Permalink
Correct Age(Jenkins Test)
Browse files Browse the repository at this point in the history
  • Loading branch information
darshmgandhi committed Dec 1, 2021
1 parent e2bbdeb commit c225374
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def setUp(self):
self.model, self.prediction_age = age_model()
self.model_gender = gender_model()
self.images = ['../IMAGE/image11.jpeg', '../IMAGE/image12.jpeg', '../IMAGE/image13.jpeg']
self.age = ['0 - 5', '51 - 60', '31 - 40']
self.age = ['0 - 5', '21 - 30', '31 - 40']
self.gender = ['Male', 'Female', 'Female']
self.detector = MTCNN()

Expand Down

0 comments on commit c225374

Please sign in to comment.