Skip to content

NJUVISION/DHVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 

Repository files navigation

Deep Hierarchical Video Compression

This repository contains our series of works on Deep Hierarchical Video Compression.

News

[2025.2.12] We have reconstructed the code and uploaded the pretrained models of DHVC 1.0.

Requirments

  • Python 3.8+
  • CUDA 11.0
  • pytorch 1.11.0
  • For others, please refer to requirements.txt

Pretrained Models

The pretrained models of DHVC 1.0 can be downloaded from NJU Box.

Dataset

  • Train dataset: Vimeo90k
  • Test dataset: UVG、MCL-JCV、HEVC Class B

Usage

Testing

Please download the pretrained models and configure the environment properly first.

Follow the command below to run testing in the dhvc-1.0 folder:

python test.py -d test_dataset_name -c checkpoint_path -p test_dataset_path -g 32 -f 96 

-d represents the name of the test dataset used in log file. -c, -p represent the path of the pretrained models and test dataset. -g, -f represent the GOP size and total frame numbers for evaluation. By default, the pretrained models will be placed in ./pretrained, the test dataset will be placed in ./dataset. The test results can be found in ./runs.

Citation

If you find this work helpful to your research, please cite:

@inproceedings{lu2024deep,
  title={Deep Hierarchical Video Compression},
  author={Lu, Ming and Duan, Zhihao and Zhu, Fengqing and Ma, Zhan},
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
  volume={38},
  number={8},
  pages={8859--8867},
  year={2024}
}

@article{lu2024high,
  title={High-Efficiency Neural Video Compression via Hierarchical Predictive Learning},
  author={Lu, Ming and Duan, Zhihao and Cong, Wuyang and Ding, Dandan and Zhu, Fengqing and Ma, Zhan},
  journal={arXiv preprint arXiv:2410.02598},
  year={2024}
}

Contact

If you have any question, feel free to contact us via [email protected] or [email protected].

About

Deep Hierarchical Video Compression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages