Open latoa opened 3 years ago
The images and masks can be partitioned into training and validation sets in each cross validation. In 'mamo_CAD.py': For example, these following directories can point to the cross validation folder where the data are MAMOGRAM_IMAGE_DIR ="/cross_validation1/image/" MAMOGRAM_MASK_DIR = "/cross_validation1/mask/"
In the image and mask folder, the files can be partitioned into "/train/" and "/val/" folders.
Could you tell me where (in the code) you are using 5-fold cross validation?