DeepVesselSeg4FP icon indicating copy to clipboard operation
DeepVesselSeg4FP copied to clipboard

Deep learning based retinal vessel segmentation for wide-field fundus photography retinal images, IEEE Trans. Medical Imaging, 2020

Results 1 DeepVesselSeg4FP issues
Sort by recently updated
recently updated
newest added

In the file "detect_FP_vessels_w_DNN.py", line 69, the code `model = smp.Unet('vgg13',None).to(device)` has input the 'NoneType' into the `smp.Unet` function, causing the following error: ```TypeError: unsupported operand type(s) for +: 'NoneType'...