-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels