GithubHelp home page GithubHelp logo

research-project's Introduction

Study of Generalisation Scenarios for CNNs on an inpainting problem

1. introduction

The purpose of this project is to solve a greyscale image inpainting problem by training neural network models and implementing ISTA algorithm. The functions of the program include image data generation, model training, validation and testing, and plot the experiment data for model effect analysis.

2. package installation instruction

Firstly, open the timinal and input

git clone https://github.com/ucapgl0/Research-project

The code will be cloned in current path and then type in

cd Research-project

Finally, install the package by inputing

pip install .

3, Instruction of function usage

After installing package, type

cd package

and user could generate greyscale image data for training, validation and testing by input

python training_data_generate.py --origin_num<default=10> --generate_path<default="./data/generate/">
--origin_path<default="./data/origin/">
--train_path<default="./data/train/">
--train_num<default=100>
--train_output<default="./data/train.txt">
--validate_path<default="./data/valid/">
--validate_num<default=10>
--validate_output<default="./data/valid.txt">
--test_path<default="./data/test/">
--test_num<default=20>
--test_output<default="./data/test.txt">

The data has been generated and user could skip this step and train and test the models using existing data and type

python train.py --batch_size<default=8>
--model<default=1,help="pre-train model choice. 1 for Unet, 2 for CNN">
--path_train<default="./data/train.txt">
--path_validate<default="./data/valid.txt">
--path_test<default="./data/test.txt">
--device<default="cpu">
--epoch<default=10>
--learning_rate<default=0.01>

Also user can do experiment of ISTA by typing

python experiment.py --num_image<default=5>
--noise_data<default=[0.3,0.35,0.4,0.45,0.5]>

Finally, user can do unit test by input

python unit_test.py

research-project's People

Contributors

ucapgl0 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.