Low-Rank-Bilinear-Pooling icon indicating copy to clipboard operation
Low-Rank-Bilinear-Pooling copied to clipboard

gender recognition based on the whole body

Open kclch opened this issue 5 years ago • 4 comments

Can I use it for whole body based gender recognition?

kclch avatar Sep 06 '18 02:09 kclch

Hi, if you have full body dataset, you can definitely train such models for that. It must be interesting to compare a simple feedforward model with the bilinear version.

On Wed, Sep 5, 2018 at 7:53 PM kclch [email protected] wrote:

Can I use it for whole body based gender recognition?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aimerykong/Low-Rank-Bilinear-Pooling/issues/8, or mute the thread https://github.com/notifications/unsubscribe-auth/AGKZJKX8bGv7nDWITYbCzBilBTfELmbPks5uYI5EgaJpZM4WcBdX .

aimerykong avatar Sep 06 '18 04:09 aimerykong

Thank you very much for your answer, but I will try to use the pedestrian image in all directions obtained from video surveillance as a data set. There is no guarantee that the face will be detected, and it will be divided into two categories, which are directly used by the source code. Is this method feasible?

kclch avatar Sep 06 '18 13:09 kclch

It makes sense to do gender classification over whole body especially when the face is occluded or blurry. This should require you make the correct label (female&male) to enable good training. I would guess the model could learn to do it based on clothes/color. But it's interesting to see.

On Thu, Sep 6, 2018 at 6:20 AM kclch [email protected] wrote:

Thank you very much for your answer, but I will try to use the pedestrian image in all directions obtained from video surveillance as a data set. There is no guarantee that the face will be detected, and it will be divided into two categories, which are directly used by the source code. Is this method feasible?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/aimerykong/Low-Rank-Bilinear-Pooling/issues/8#issuecomment-419090572, or mute the thread https://github.com/notifications/unsubscribe-auth/AGKZJIADV3x0goo58haV8NA31hQ1HDYSks5uYSEtgaJpZM4WcBdX .

aimerykong avatar Sep 06 '18 15:09 aimerykong