Giter VIP home page Giter VIP logo

glowingspoon's Introduction

Readme

The concept is to remove noise from a black and white images. Such as :

example of results

How to run

Training

The following command will train your neural network from scratch on 10 epochs. On my computer it takes around 40s each epoch :

glowingspoon --train=True --train_x="my/path/modified" --train_y="my/path/original/"
    --save_nn="model.pth" --epochs=10

Testing

In order to test, you need to specify the testing flag and some images to test. For example :

glowingspoon --train=False --test=True
    --test_x="/new/path/folder/test/modified/"
    --test_y="/new/path/folder/test/original/"
    --load_nn="model.pth"
    --print_example=True

Remarks

  • By running :

     glowingspoon --help

    you will recieve a lot of indication and the default values for each parameters.

  • The measurement is the structural similarity from scikit-learn. The mean value is about 0.80 over the whole images.

TODO :

  1. cross-validation nor k-fold validation
  2. This isn't a perfect tool, there is a lot of improvement that can be done. It's not very stable and this code is mostly a proof of concept on a "research question".

glowingspoon's People

Contributors

petitgrizzlies avatar

Watchers

 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.