Skip to content

YixinYang-00/HDRev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Event Guided High Dynamic Range Video Reconstruction, CVPR 2023

Yixin Yang, Jin Han, Jinxiu Liang, Imari Sato, Boxin Shi.

Dependency

conda create -n HDRev python=3.7
conda activate HDRev
conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
sudo apt install libopenexr-dev zlib1g-dev
conda install -c conda-forge openexr-python
pip install -r requirements.txt

Testing

We provide the testing code for both stacked voxel event data and text event data (t, x, y, p).

stacked voxel event data

one of the dataset example are shown in datasets/synthetic.

python test.py --dataroot datasets/synthetic

text event data

one of the dataset example are shown in datasets/real.

python test.py --dataroot datasets/real/ --test_on_txt

Contact

if you have any question, please send an email to yangyixin93@pku.edu.cn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages