neophack / CBAM_Unet_Denoising

Few-shot RAW Image Denoising @ MIPI-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CBAM_Unet_Denoising

Few-shot RAW Image Denoising @ MIPI-challenge

Title: DeUnet: An Unet++ Network for Low-light Denoising

Prerequisites

  • Python >== 3.6, PyTorch >= 1.6
  • Requirements: opencv-python, rawpy, exifread, h5py, scipy
  • Platforms: Ubuntu 16.04, cuda-10.1
  • Our method can run on the CPU, but we recommend you run it on the GPU

Quick Start

  1. Train
python3 trainer_My.py -f runfiles/My.yml --mode train
  1. test
python3 test.py

Model Download

Our model:

Model

Test Data

Test Data:

Data

About

Few-shot RAW Image Denoising @ MIPI-challenge


Languages

Language:Python 100.0%