Giter Site home page Giter Site logo

jinglongdu / brain-mri-axial-t1-image-srcnn- Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chun-yuan/brain-mri-axial-t1-image-srcnn-

0.0 0.0 0.0 3.94 MB

Using Three Layers SRCNN (Proposed by Chao Dong at all) to Brain MRI Axial T1 Image. I programmed with Python tensorflow. Training the model in Google colab.

License: The Unlicense

Python 94.38% MATLAB 5.62%

brain-mri-axial-t1-image-srcnn-'s Introduction

Brain MRI Axial T1 Image SRCNN

Using Three Layers SRCNN (Proposed by Chao Dong at all) to Brain MRI Axial T1 Image. I programmed with Python tensorflow. Training the model in Google colab. Reference github project "tegg89/SRCNN-Tensorflow" and do some improvement.

How to use the code?

  1. First, you need to execute utils.py, model.py and main.py code.
  2. Second, you can adjust "is_train" parameter in "main.py". When you want to training model, you should set is_train in "True". When you want to testing model, you should set is_train in "False".
  3. Third, after you test the image which you want by the trained model. You can see your SRCNN image in "sample ---> my SRCNN.png file".
  4. Finally, you can caculate the PSNR performance by the .m file "cabips.m".

Image size and label size setting

Initial, we separate 255x255 pixel image into N 33x33 pixel sub-image. After convolution caculate, 21x21 piel sub-image will stack back to 252x252 SRCNN image.

Testing data

Testing data will be update before 2019/6.

brain-mri-axial-t1-image-srcnn-'s People

Contributors

chun-yuan avatar

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.