This project, named AutoVQE, is a Python-based application designed for video quality enhancement. It utilizes two main libraries, automm and autovqe, which need to be installed for the project to function properly.
Include the official implementation of "Video Compression Artifact Reduction by Fusing Motion Compensation and Global Context in a Swin-CNN based Parallel Architecture " (AAAI'23)
#install automm
python -m pip install -e /path/of/automm
#install auvqe
python -m pip install -e /path/of/autovqe
MFQEv2 dataset: test frame:all frames: 7980 train frame:all frames: 38166
python AutoVQE/other/mfqe_data_prep/split_mfqev2_frames.py
bash /DATA/jupyter/personal/AutoVQE/run.sh
-
- Release code
-
- Detailed ReadME
-
- Release model weights