-
Notifications
You must be signed in to change notification settings - Fork 24
MFQEv2 Dataset
Qunliang Xing edited this page Feb 4, 2023
·
13 revisions
For some video enhancement/restoration tasks, lossless reference videos are necessary.
We open-source the dataset used in our MFQEv2 paper, which includes 108 lossless YUV videos for training and 18 test videos recommended by ITU-T.
- 108 lossless YUV videos for training.
- 18 lossless YUV videos for test, recommended by ITU-T.
- An HEVC compression tool box.
43.1 GB in total.
We compress both training and test videos by HM 16.5 at low delay P (LDP) mode with QP=37. The video compression toolbox is provided at the dataset folder.
We will get:
MFQEv2_dataset/
├── train_108/
│ ├── raw/
│ └── HM16.5_LDP/
│ └── QP37/
├── test_18/
│ ├── raw/
│ └── HM16.5_LDP/
│ └── QP37/
├── video_compression/
│ └── ...
└── README.md
cd video_compression/
- Edit
option.yml
. chmod +x TAppEncoderStatic
python unzip_n_compress.py
- Unzip
train_108.zip
andtest_18.zip
manually! cd video_compression\
- Edit
option.yml
(e.g.,system: windows
). python unzip_n_compress.py
If you find this dataset helpful, please cite our paper.