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

The size of the RIR generated #3

Closed
yyf17 opened this issue Aug 11, 2022 · 2 comments
Closed

The size of the RIR generated #3

yyf17 opened this issue Aug 11, 2022 · 2 comments

Comments

@yyf17
Copy link

yyf17 commented Aug 11, 2022

Very nice work and thank you very much for sharing.
The size of the RIR generated by "python3 evaluate.py" is very different from the size of the corresponding RIR of the training dataset (or GWA dataset). What's going on? Would you like to help?
Thank you!

Size of RIR generated is 15.6KB

path: "1aa91215-cba7-4c40-8b37-6b21584b5924/hybrid/L3_R0012.wav"
image

Size of RIR in GWA or training dataset is 281.4KB

path:"GWA_Dataset_small/1aa91215-cba7-4c40-8b37-6b21584b5924/L3_R0012.wav"
image

@anton-jeran
Copy link
Owner

Hi
The duration of the training dataset is more than the duration of the RIR predicted by our network. Our network predicts 0.25 seconds of the RIR. You can increase the model parameters and train the network to predicts large duration.

What we observe is that 0.25 seconds of the RIR contains most information and the magnitude of the late reverberation tail is insignificant. In Speech task, we observe that using RIR of entire duration and cropped RIR to have size of 0.25 seconds give similar performance. (Table 4 from FAST-RIR)

Capture

You also can hear plausible sound in this demo https://anton-jeran.github.io/M2IR/

@yyf17
Copy link
Author

yyf17 commented Aug 12, 2022

@anton-jeran Thanks!

@yyf17 yyf17 closed this as completed Aug 12, 2022
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

2 participants