BPYap / Cut-Paste-Consistency

[WACV 2023] Cut-Paste Consistency Learning for Semi-Supervised Lesion Segmentation
https://arxiv.org/abs/2210.00191
0 stars 1 forks source link

ValueError: num_samples should be a positive integer value, but got num_samples=0 #1

Open solayman-cs opened 2 years ago

solayman-cs commented 2 years ago

got num_samples=0

BPYap commented 2 years ago

Hi, can you show the full command used to run the script? Have you downloaded the dataset and put it in an appropriate directory? For IDRiD dataset, the directory should have the following structure:

`<your_IDRiD_directory>`
    |- A. Segmentation
        |- 1. Original Images
            |- a. Training Set
            |- b. Testing Set
        |- 2. All Segmentation Groundtruths
            |- a. Training Set
                |- 1. Microaneurysms
                |- 2. Haemorrhages
                |- 3. Hard Exudates
                |- 4. Soft Exudates
                |- 5. Optic Disc
            |- b. Testing Set
                |- 1. Microaneurysms
                |- 2. Haemorrhages
                |- 3. Hard Exudates
                |- 4. Soft Exudates
                |- 5. Optic Disc