GitHub - ElesionKyrie/Extreme-Video-Compression-With-Prediction-Using-Pre-trainded-Diffusion-Models-
Extreme Video Compression With Prediction Using Pre-trainded Diffusion Models
Usage
Prerequisites
Python 3.8 and conda, get Conda
CUDA if want to use GPU
Environment
conda create -n $YOUR_PY38_ENV_NAME python=3.8
conda activate $YOUR_PY38_ENV_NAME
pip install -r requirements.txt
Compress
For our project, the input is in the form of an array with a shape of (B, T, C, H, W), where each frame in the array has a fixed size of 128x128. The number of frames in each video is 30, resulting in a shape o...
Read more at github.com