Skip to content

[TMM 2023] Official Implementation of "Bidirectional Translation Between UHD-HDR and HD-SDR Videos"

License

Notifications You must be signed in to change notification settings

mdyao/HDR-BiTNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bidirectional Translation between UHD-HDR and HD-SDR Videos Paper

Mingde Yao, Dongliang He, Xin Li, Zhihong Pan, and Zhiwei Xiong*

*Corresponding Author, University of Science and Technology of China (USTC)

🚀 This is the official repository of HDR-BiTNet (TMM 2023).

HDR-BiTNet aims at addressing the practical translation between UHD-HDR (HDRTV) and HD-SDR (SDRTV) videos.

We provide the training and test code along with the trained weights and the dataset (train+test) used for the HDR-BiTNet.

❤️ If you find this repository useful, please star this repo 🌟 and cite our paper 📄.

Reference:

Mingde Yao, Dongliang He, Xin Li, Zhihong Pan, and Zhiwei Xiong, "Bidirectional Translation Between UHD-HDR and HD-SDR Videos", IEEE Transactions on Multimedia, 2023.

Bibtex:

@article{yao2023bidirectional,
  title={Bidirectional Translation Between UHD-HDR and HD-SDR Videos},
  author={Yao, Mingde and He, Dongliang and Li, Xin and Pan, Zhihong and Xiong, Zhiwei},
  journal={IEEE Transactions on Multimedia},
  year={2023},
  publisher={IEEE}
}

Video example

test_set_AdobeExpress_AdobeExpress_AdobeExpress

This GIF image has been tone-mapped to SDR and compressed for visibility.

See more comparison of SDR video and HDR video in example/ folder.

⚠️ Note: The HDR.mp4 file is encoded to comply with the HDR10 standard. For the best viewing experience, please watch the video on certified HDR displays with maximum brightness. Alternatively, a Mac Book Pro can be used for convenience.

Test code

Quick Start

  1. Download the test dataset from this link.
  2. Unzip and place the 'test' dataset in a proper folder, e.g., /testdata.
  3. Put the pretrained model file (./model.pth) in a proper folder.
  4. Set a config file in options/test/, then run as following:
python test.py -opt options/test/test.yml

Code Framework

The code framework follows BasicSR.

Contents

Config: options/ Configure the options for data loader, network structure, model, training strategies and etc.

Data: data/ A data loader to provide data for training, validation and testing.

Model: models/ Construct models for training and testing.

Network: models/modules/ Construct network architectures.

Contact

If you have any problem with the released code, please do not hesitate to open an issue.

For any inquiries or questions, please contact me by email ([email protected]).

About

[TMM 2023] Official Implementation of "Bidirectional Translation Between UHD-HDR and HD-SDR Videos"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages