da-luggas / vae-icbhi2017

Implementation of a convolutional VAE for the Respiratory Sound Dataset ICBHI Challenge 2017
2 stars 0 forks source link

icbhi official rules for dividing the dataset #1

Closed ttom138 closed 6 months ago

ttom138 commented 6 months ago

Hi author, I would like to ask icbhi what are the official rules for dividing the dataset training set and test set? Please let me know.

da-luggas commented 6 months ago

Hi @ttom138, thanks for the question!

The official dataset split is a 60/40 split on a recording level. The exact split utilized in the challenge can be found here.

ttom138 commented 6 months ago

OK,thanks for your answer.So only cycles in the exact filename can be used for training or test?

da-luggas commented 6 months ago

Yes, that's the idea to prevent information leakage between the training and test set.

ttom138 commented 6 months ago

Thanks for your help! Much appreciated.