You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My score: 2.7/3.0
These are screenshots of code I helped with below and to sum it up, it essentially just resizes the image to 227 by 227 first with the image_resize function so cv2 library can read it. It then formats the image with blob and then predicts age and gender. The puttext function puts the text for how accurate it was and the drawing box function draws a border around the picture. It then returns the image in base64.
The text was updated successfully, but these errors were encountered:
My score: 2.7/3.0
These are screenshots of code I helped with below and to sum it up, it essentially just resizes the image to 227 by 227 first with the image_resize function so cv2 library can read it. It then formats the image with blob and then predicts age and gender. The puttext function puts the text for how accurate it was and the drawing box function draws a border around the picture. It then returns the image in base64.
The text was updated successfully, but these errors were encountered: