Skip to content
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

Question about the description_file_to_output_format () function of the evaluation_metrics.py file? #17

Open
Qinstudy opened this issue Dec 5, 2019 · 0 comments

Comments

@Qinstudy
Copy link

Qinstudy commented Dec 5, 2019

Hello,@sharathadavanne. I simulated the situation of three sound sources. When using visualize_SELD_output.py to draw the azimuth elevation result chart, this script called the description_file_to_output_format () function of the evaluation_metrics.py file. My results show that there are four overlapping sound sources at the same time, this does not match the actual situation, so I debugged this code, modified the description_file_to_output_format () function, changed for _frame_ind in range (_start_frame, _end_frame + 1) to for _frame_ind in range (_start_frame, _end_frame + 1) and got the correct result Map. So I would like to ask whether the code in description_file_to_output_format () function should be modified this way, looking forward to your reply. Thank you!

Modify the location of the code:

for _frame_ind in range(_start_frame, _end_frame + 1):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant