Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 937 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 937 Bytes

Implicit Neural Representation for Cooperative Low-light Image Enhancement

Welcome! This is the official PyTorch implementation for our paper:

🤖 [ICCV 2023] Implicit Neural Representation for Cooperative Low-light Image Enhancement

Authors: Shuzhou Yang, Moxuan Ding, Yanmin Wu, Zihan Li, Jian Zhang*.

🧩News

  • (2023.7.14) Our paper has been accepted by ICCV 2023!

Overview

avatar

Prerequisites

  • Linux or macOS
  • Python 3
  • CPU or NVIDIA GPU + CUDA CuDNN

Setup

Type the command:

pip install -r requirements.txt

Required packages are also listed in environment.yaml. You can install environments by:

conda env create -f environment.yaml

Quick Run

Code is coming soon!

Contact

Should you have any question, please contact Shuzhou Yang or Moxuan Ding.