WACV 2024 (Official implementation of "4K-Resolution Photo Exposure Correction at 125 FPS with ~ 8K Parameters") [arxiv] [Paper]
# create new anaconda env
conda create -n mslt python=3.7 -y
source activate mslt
# install python dependencies
pip3 install -r requirements.txt
Download ME Dataset from [Baidu Disk] or [google drive] , unzip the file and put it in data/
# Inference On ME Dataset
python SingleTest.py
python test_model.py
python Train.py
- Copy the videos that you want to process using MSLT Network into
sample_video
folder. - Activate the
MSLT
virtual environment. - Run
python video_process.py
in the root directory. - Output video will be inside
sample_video/$video_name$/output_$video_name$
folder