Skip to content

Commit

Permalink
training code
Browse files Browse the repository at this point in the history
  • Loading branch information
YuyangYin committed Jan 3, 2024
1 parent cdc9ef6 commit 86fbcf6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ Project Page:
[CLE Diffusion: Controllable Light Enhancement Diffusion Model(ACM MM 2023) (yuyangyin.github.io)](https://yuyangyin.github.io/CLEDiffusion/)


# Data
Download LOL dataset from [LOL](https://daooshee.github.io/BMVC2018website/).
Change your own dataset path in four places(datapath_train_low,datapath_train_high,datapath_test_low,datapath_test_high) in main.py
The code also supports other dataset.


# Usage
'''
python main.py #train from scratch, you can change setting in modelConfig
'''




Expand Down

0 comments on commit 86fbcf6

Please sign in to comment.