Bala venkatesh
Bala venkatesh

Reputation: 283

How to recognition gender based on the whole body using Deep learning?

I can identify gender using the face image. Is there any way to identify gender based on a whole human body? If yes, do anybody has pre dataset to train a model

Upvotes: 0

Views: 184

Answers (1)

bittterbotter
bittterbotter

Reputation: 445

SMPL eXpressive has a gender classifier based on the input image of the human body (and 2D keypoint detections).

We train a gender detector and use this to automatically determine what body model to use, either male, female or gender neutral.

Upvotes: 1

Related Questions