linhdvu14 / vggvox-speaker-identification

Speaker identification with VGGVox network
82 stars 34 forks source link

what is the method "build_buckets" for ? #12

Open ZondaHM opened 4 years ago

ZondaHM commented 4 years ago

Hello, thanks for your code!

I'm in a voice recognition project. I've read your code and a little bit confused about the method "build_buckets" in scoring.py. What is the method for? What's the meaning of 's' in build_buckets?

Can you give a little bit explanation?

giusarno commented 3 years ago

Hello, this project is very interesting but I am trying too to understand what the buckets purpose is. I tried to look at the matlab version but could not see a relation between the 2. I also looked at the papers and could not find information for the buckets. From the code it seems somehow related to the structure of the model but what does the structure relates to the fft ? Is this some sort of pre-processing ?