resemble-ai / Resemblyzer

A python package to analyze and compare voices with deep learning
Apache License 2.0
2.67k stars 419 forks source link

Finding out the gender #17

Closed Rahul-Sindhu closed 4 years ago

Rahul-Sindhu commented 4 years ago

Hey Corentin, It is mentioned that we can use component analysis for gender indentification, could you please guide me on what needs to be done. Also, I'm getting mixed results for the clustering demo, could you guess what could be wrong here and how to go about fixing it. Figure_1

Thanks!

CorentinJ commented 4 years ago

The clustering is entirely done by umap, so it's umap itself that determines the clusters. Since it is non deterministic you will get different outcomes and you cannot trust to always get a male-female separation in general. The point of that demo is to show that it's possible, but I've not implemented the additional steps that would make it possible in general.

Here is what I had in mind:

Honghe commented 4 years ago

Meet the same problem, with default running of this repo. image