tae898 / age-gender

Age and gender recognition using arcface and MLP.
Apache License 2.0
73 stars 27 forks source link

Getting Wrong Results #1

Closed m-pektas closed 3 years ago

m-pektas commented 3 years ago

Hi @tae898 , Firstly, Thanks for your clear code. I need only your age gender model inference into my code. Therefore, I used the original insightface pytorch arcface repository and r100 model to obtain embeddings. Then, I fed this embedding into your age gender model. But I get wrong results. For example, I tried almost 20 images and all gender results are 1. What do you think about that? How can I solve this?

tae898 commented 3 years ago

Hi, thanks for your interest in my repo. My age and gender models are also trained on the embeddings from arcface_r100_v1, so it should work. hmm ...

tae898 commented 3 years ago

Can you perhaps send me the images that you want to run inference on? You can send them to me at tae898@gmail.com

m-pektas commented 3 years ago

Can you perhaps send me the images that you want to run inference on? You can send them to me at tae898@gmail.com

I sent you an e-mail.

tae898 commented 3 years ago

@m-pektas

Check out this demo video. It might help you

m-pektas commented 3 years ago

@m-pektas

Check out this demo video. It might help you

Thanks for video link @tae898 . When I use r100_v1 model that you used, rather than insigtface pytorch r100 for embedding, I got correct results.

maria-zafar commented 3 years ago

Hello can you please guideline if I want to run on colab?

tae898 commented 3 years ago

Hello can you please guideline if I want to run on colab?

@maria-zafar I created a new issue: https://github.com/tae898/age-gender/issues/2

I'll address it there.

maria-zafar commented 3 years ago

Hello can you please guideline if I want to run on colab?

@maria-zafar I created a new issue:

2

I'll address it there.

I am looking for the guidelines to run your code in colab but getting errors so shall be grateful if you address ASAP. If you want me to state you details about how I am doing we can discuss over an email?

tae898 commented 3 years ago

@maria-zafar I prefer addressing it here in the issue tab. Can you write your error mesages, etc. at https://github.com/tae898/age-gender/issues/2?