-
Notifications
You must be signed in to change notification settings - Fork 46
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 can I use my own data for test? #5
Comments
Hi @jhkim6757 , it should be possible to process your data by modifying the file
Some details to pay attention to:
|
Thank you for comment, I got a Error Message when I execute test_doa_recorded.py. Additionally, Should I have to match the filename to 1.wav, 2.wav, ..., 16.wav etc. |
@jhkim6757 The message you describe is a warning, rather than an error. It doesn't mean the code is not working, unless some other error occurs, or you are getting garbage results out. Concerning the filenames, you have to change the code so that Hope this helps. |
is there any adjustment for 'protocol.json' to test my own data set and 4mic configuration? |
The |
Due to the warning mentioned above, we are not getting accurate results. ' LinAlgWarning: scipy.linalg.solve Ill-conditioned matrix detected. Result is not guaranteed to be accurate.' I want to see the DOA results my data. |
I am getting a lot of help from your paper.
I want to test my own data.
(4 MIC configuration DoA estimation)
What parts of the code will need to be modified before testing can proceed?
I would really appreciate it if you could let me know.
The text was updated successfully, but these errors were encountered: