FeatureFlow
A state-of-the-art Video Frame Interpolation Method using feature flows blending. (CVPR 2020)
File Explorer
Download Latest Version (.zip)- test_list.txt
- train_list.txt
- check_all.png
- shana.png
- SYA_1.png
- SYA_2.png
- tianqi_all.png
- video.png
- youtube.png
- create_dataset.py
- video_transformer.py
- Vimeo-90K.py
- __init__.py
- bdcn.py
- vgg16_c.py
- dcn_v2_cpu.cpp
- vision.h
- dcn_v2_cuda.cu
- dcn_v2_im2col_cuda.cu
- dcn_v2_im2col_cuda.h
- dcn_v2_psroi_pooling_cuda.cu
- vision.h
- dcn_v2.h
- vision.cpp
- .gitignore
- __init__.py
- dcn_v2.py
- LICENSE
- make.sh
- README.md
- setup.py
- __init__.py
- ResBlock.py
- Unet.py
- warp.py
- FeatureFlow.pdf
- Supp.pdf
- __init__.cpython-37.pyc
- dataloader.cpython-37.pyc
- layers.cpython-37.pyc
- loss.cpython-37.pyc
- model.cpython-37.pyc
- pure_network.cpython-37.pyc
- __init__.py
- dataloader.py
- eval.py
- layers.py
- loss.py
- model.py
- pure_network.py
- visualize.py
- .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 RecommendedPrerequisites
$ 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
Was this content helpful?
(0 ratings)
