jannisborn / covid19_ultrasound

Open source lung ultrasound (LUS) data collection initiative for COVID-19.
https://www.mdpi.com/2076-3417/11/2/672
151 stars 80 forks source link

any explanation for the part of cross validation #88

Closed Edward-c-maker closed 3 years ago

Edward-c-maker commented 3 years ago

-first thank for making this interesting dataset available publicly -we are a team of 3 teachers at delhi university (india)

can any one explain this part it's not clear for us and thank you

python3 scripts/cross_val_splitter.py --splits 5 Now, your data folder should contain a new folder cross_validation with folders fold_1, fold_2. Each folder contains only the test data for that specific fold.

so if we understand that's mean there is 5 folders (the folder0, folder3 and folder4 for the training) and the folder1 and folder2 for the test part ??? cause we execute this python3 scripts/cross_val_splitter.py --splits 5 we get 5 folders