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

Dataset #9

Open
Zhengxl25 opened this issue May 19, 2022 · 6 comments
Open

Dataset #9

Zhengxl25 opened this issue May 19, 2022 · 6 comments

Comments

@Zhengxl25
Copy link

Hi shvdiwnkozbw!
Thank you so much for sharing your code. Can you provide the AudioSet Instrument dataset?Looking forward to your reply!

@shvdiwnkozbw
Copy link
Owner

Sorry, the AudioSet Instrument dataset is used in previous server, no access to the data itself currently.
But it can be filtered by the audio category labels in original AudioSet dataset.

@Devin-Pi
Copy link

Hi shvdiwnkozbw!Thanks for sharing your work.
I would like to ask the "pairs" in the file "./prepare_data/data.py" is the "./utils/dataset.pkl". Or should I prepare the list representing audio-visual pairs index by myself according to my datasets?
Looking forward to your reply! Thank you.

@shvdiwnkozbw
Copy link
Owner

Yes, the pairs depend on the data you use for training. You are expected to generate it according to your dataset.

@Devin-Pi
Copy link

Yes, the pairs depend on the data you use for training. You are expected to generate it according to your dataset.

Wow, thank you, shvdiwnkozbw!
What's more, I just found a problem happened in "./prepare/data.py", as shown below.
image
Based on Google, the reason for this problem is that the length for those "audios" are different. So, have you encountered this problem and how did you solve this? And can I solve this problem according to this method shown in the link https://stackoverflow.com/questions/52841335/how-can-i-pad-wav-file-to-specific-length/70948409#70948409 .
Thank you! Looking forward to your reply.

@shvdiwnkozbw
Copy link
Owner

I have not encountered this problem. It might be due to the specific data you use. I think it should be fine to solve the problem referring to this link.

@Devin-Pi
Copy link

I have not encountered this problem. It might be due to the specific data you use. I think it should be fine to solve the problem referring to this link.

Thanks for your response!

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

3 participants