/VSR-DUF

Unofficial PyTorch implementation of https://github.com/yhjo09/VSR-DUF | not fully implemented

Primary LanguagePythonApache License 2.0Apache-2.0

Deep Video Super-Resolution Network Using Dynamic Upsampling Filters Without Explicit Motion Compensation

Unofficial PyTorch implementation of VSR-DUF Paper

Setup

Install requirements

  • python3
  • pip install -r requirements.txt

Config

  • config is written in yaml file(default: config/default.yaml)

Train

  • python trainer.py -c config/path/to/file -n model_name

Resume training from checkpoint

  • python trainer.py -c path/to/config/file -n model_name - p path/to/checkpoint/file

Reference