Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 545 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 545 Bytes

TransXGBoost Poster

Usage

  1. Install Dependancies
pip3 install -r requirements.txt
  1. Run model on custom dataset
python3 eval.py --output <output-dir> --input <input-dir>
  1. Training script we used to train out models
python3 train.py

We used LOL-v1 dataset from Deep Retinex Decomposition for Low-Light Enhancement for training and evaluation. The dataset is added to this repo no need to download it from other sources.