-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to test the network on new voices? #13
Comments
Hello, if __name__== "__main__":
gender_identifier = GenderIdentifier("TestingData/females", "TestingData/males", "females.gmm", "males.gmm")
gender_identifier.process() just place your data under a TestingData folder and pass it to GenderIdentifier() as shown above. |
Thanks a lot .
…On Wed, Jul 5, 2023 at 12:06 PM Ayoub Malek ***@***.***> wrote:
Hello,
The easiest way is to use
https://github.com/SuperKogito/Voice-based-gender-recognition/blob/cecc0469196e0a212716a1b3ddc085fe8e78288a/Code/GenderIdentifier.py#L66C1-L68C32
<http://Code/GenderIdentifier.py>
if __name__== "__main__":
gender_identifier = GenderIdentifier("TestingData/females", "TestingData/males", "females.gmm", "males.gmm")
gender_identifier.process()
just place your data under a TestingData folder and pass it to
GenderIdentifier() as shown above.
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMJBK3JI5EZT4XRG25BFRTXOURRTANCNFSM6AAAAAAZ6TJCWI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
It means that each time (for testing) the network should be trained? |
No you train once and then you test as many times as you want. |
When I give a sound to GenderIdentifier.py it gives error:
or:
|
Your audios must be mono waves as far I remember so anything different will probably not work. Make sure your audio is not stereo. Use ffmpeg to convert it if needed. |
thanks dear, connect you very soon.
…On Tue, Jul 18, 2023 at 9:08 PM Ayoub Malek ***@***.***> wrote:
Your audios must be mono waves as far I remember so anything different
will probably not work. Make sure your audio is not stereo. Use ffmpeg to
convert it if needed.
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUEXXD36FP76HGTEV7HI5ODXQ2YIZANCNFSM6AAAAAAZ6TJCWI>
.
You are receiving this because you are subscribed to this thread.Message
ID: <SuperKogito/Voice-based-gender-recognition/issues/13/1640525049@
github.com>
|
Hi
thanks for your good work .
will you please explain how to test the network on new data ?
how can we test it on our own voices?
thanks
The text was updated successfully, but these errors were encountered: