Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test mode requires labels, although they are not provided on DRIVE dataset #2

Open
ricoms opened this issue Oct 17, 2023 · 0 comments

Comments

@ricoms
Copy link

ricoms commented Oct 17, 2023

x_tensor, y_tensor, m_tensor = load_dataset(mode='test', resize=True, resize_shape=(256, 256))

DRIVE dataset does not provide labels for the test dataset, https://www.kaggle.com/datasets/andrewmvd/drive-digital-retinal-images-for-vessel-extraction. Are you using a different source for this validation?

I've patched that by replacing your load_dataset here. I'm trying to replicate some U-net code I found on the internet, and yours was the first one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant