FeatureFlow

(★ 151)

A state-of-the-art Video Frame Interpolation Method using feature flows blending. (CVPR 2020)

  • .gitignore
  • AverageMeter.py
  • eval_Vimeo90K.py
  • LICENSE
  • pure_run.py
  • README.md
  • requirements.txt
  • run.py
  • sequence_run.py
  • train.py
  • video_process.py

# Installation Guide

1. Get the code
git clone https://github.com/CM-BF/FeatureFlow

Downloads the entire project code from GitHub to your computer.

cd FeatureFlow

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
$ pip install -r requirements/build.txt

Installs the Python libraries listed in requirements.txt (or similar).

$ pip install "git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI"

Installs the Python libraries listed in requirements.txt (or similar).

$ pip install -v -e . # or "python setup.py develop"

Installs the Python libraries listed in requirements.txt (or similar).

$ pip list | grep mmdet

Type this command into your terminal and run it.

$ pip install scikit-image visdom tqdm prefetch-generator

Installs the Python libraries listed in requirements.txt (or similar).

If it runs without errors and prints output in the terminal, it worked.

Pulled directly from this repo's README.

// repository documentation