GithubHelp home page GithubHelp logo

retina-unet's Introduction

Retina-Unet

来源:https://github.com/orobix/retina-unet

此代码已经针对Python3进行了优化,数据集下载:http://www.isi.uu.nl/Research/Databases/DRIVE/
百度网盘数据集下载:https://pan.baidu.com/s/1UpQtbhgtVdlqc0QGbESx3A 密码:4l7v

有关代码内容讲解,请参见CSDN博客
基于UNet的眼底图像血管分割实例:https://blog.csdn.net/u013063099/article/details/79981097

【注意】run_training.py与run_testing.py的实际作用为了让程序在后台运行,如果运行出现错误,可以运行src目录下的训练与预测文件。

retina-unet's People

Contributors

wfdubowen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

retina-unet's Issues

dismatch of the data_format

Hello:
Thanks for your code. When i train as your code, i print the model and found your data_format is channel_first, but maxpooling is channel_last, so your channel dims is dismatch, i correct it and when i training, the loss can be down, but the val_acc always didn't change! Do you know why? i have check the input data and the mask groundtruth like you, and ensure it is no problem.

FileNotFoundError

执行 python retinaNN_tranning.py 报错

Traceback (most recent call last):
  File "retinaNN_training.py", line 100, in <module>
    visualize(group_images(patches_imgs_train[0:N_sample,:,:,:],5),'./'+name_experiment+'/'+"sample_input_imgs")#.show()
  File "C:\Users\user\Documents\repo\Retina-Unet\lib\help_functions.py", line 49, in visualize
    img.save(filename + '.png')
  File "C:\Users\user\unet\lib\site-packages\PIL\Image.py", line 2085, in save
    fp = builtins.open(filename, "w+b")
FileNotFoundError: [Errno 2] No such file or directory: './test/sample_input_imgs.png'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.