Skip to content

Help with ISIC 2017 Dataset Issue #65

@Sajjad-rafiee

Description

@Sajjad-rafiee

Hello,

I have downloaded the ISIC 2017 dataset files (Training Data, Test Data, and Validation Data) and performed preprocessing. However, when I run the model for training, the results are quite different from what I expected. Here are the results:

miou: 0.6619

f1_or_dsc: 0.7966

accuracy: 0.9372

specificity: 0.9854

sensitivity: 0.7079

confusion_matrix: [[8004527 118527]

Could you please guide me on where I might have gone wrong? I suspect the issue may be with the preprocessing step. Specifically, I added this line to the code:

img2 = np.round(img2).astype(np.float32)

I'd appreciate any suggestions or insights you might have.

Thank you in advance for your help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions