lee-zq / VesselSeg-Pytorch

Retinal vessel segmentation toolkit based on pytorch
Apache License 2.0
298 stars 56 forks source link

Use imageio to read TIFF file instead PIL #2

Open panovr opened 3 years ago

panovr commented 3 years ago

Hi, I found that there will be problem for using PIL to read TIFF file on Windows. May you consider use imageio to read TIFF file instead PIL. Thanks!

fangtob520 commented 5 months ago

Excuse me, how to use imageio to read TIFF file?