retina-unet icon indicating copy to clipboard operation
retina-unet copied to clipboard

Retina blood vessel segmentation with a convolutional neural network

Results 56 retina-unet issues
Sort by recently updated
recently updated
newest added

Thanks for sharing your work. Like others, I have trouble with model archtechture that you provide. Please Check it. Thanks `ValueError: ('Unrecognized keyword arguments:', dict_keys(['input_dtype']))` `TypeError: ('Keyword argument not understood:',...

when I run the prepare_datasets_DRIVE.py, the console window show "Process finished with exit code -1073740791 (0xC0000409)". what can i do to fix this bug.

运行预测代码时,提示ImportError: cannot import name 'jaccard_similarity_score',是scikit-learn版本的问题吗?应该用哪一个版本呢?谢谢。

Hi, could you please precise the version of keras and tf used ? At least to be able to use the code for the predictions. I have several issues while...

Hi I used another data for testing but it wont work , did not showing any result and got error as "IOError: Unable to open file (unable to open file:...

Hi, I run the code published in this repo, but i didn't get the same performance as mentioned in `Performance.txt `file. i just copied and pasted the code and corrected...

Traceback (most recent call last): File "prepare_datasets_DRIVE.py", line 81, in imgs_train, groundTruth_train, border_masks_train = get_datasets(original_imgs_train,groundTruth_imgs_train,borderMasks_imgs_train,"train") File "prepare_datasets_DRIVE.py", line 66, in get_datasets assert(np.max(groundTruth)==255 and np.max(border_masks)==255) AssertionError .........kindly tell me solution ............

After running the code python run_training.py, i could not get the following files model architecture (json) picture of the model structure (png) a copy of the configuration file model weights...

I have been facing :: ![image](https://user-images.githubusercontent.com/37217354/128613172-4d4b1a05-291a-412a-9701-2f441a1183dc.png) Thank you.