We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pytorch-unet-for-retina-vessel-segmentation/test_model.py
Line 23 in 8a0d202
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.
load_dataset
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pytorch-unet-for-retina-vessel-segmentation/test_model.py
Line 23 in 8a0d202
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.The text was updated successfully, but these errors were encountered: