Git Product home page Git Product logo

edar's Introduction

EDAR

PyTorch implementation of Deep Convolution Network based on EDSR for Compression Artifacts Reduction

Requirements

  • PyTorch
  • tqdm
  • Pillow

Network Architecture

fig1_EDAR_EXAMPLE

fig2_EDAR

Visual Results

fig4_bettertomorrow2_better

fig4_bettertomorrow_better

fig4_goorinimage

fig4_bridge

fig4_iu

fig4_ronaldo

fig4_mpeg

fig4_navi

Training

Dataset: DIV 2K train set + ...(custom dataset...)

Batch size: 16

Patch size: 48x48

Optimizer: Adam

Loss: L1 Loss

Input: Compressed Image by JPEG (jpeg_quality: rand(0 to 10)) / RGB

Output: Original Image / RGB

Epoch: 450

Pre-trained weight

How to train

python train.py --images_dir [Your training image path] --outputs_dir ./ --jpeg_quality [10 to 100] --batch_size [num] --num_epochs [num]

Pre-trained model was trained using the below arguments.

python train.py --images_dir ../DIV2K_train_HR --outputs_dir ./ --jpeg_quality 10 --batch_size 16 --num_epochs 200

How to test

python test.py --weights_path [your trained weight].pth --image_path [your_image] --outputs_dir ./

edar's People

Contributors

developer0hye avatar anant15 avatar

Watchers

James Cloos 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.