amanchadha / iSeeBetter

iSeeBetter: Spatio-Temporal Video Super Resolution using Recurrent-Generative Back-Projection Networks | Python3 | PyTorch | GANs | CNNs | ResNets | RNNs | Published in Springer Journal of Computational Visual Media, September 2020, Tsinghua University Press
https://arxiv.org/abs/2006.11161
MIT License
359 stars 68 forks source link

OpenCV dependency missing #28

Open lmmx opened 3 years ago

lmmx commented 3 years ago

Just a heads up you forgot to put

opencv-python

in your requirements.txt so running the test script gives a missing dependency error.

Also, the Cython dependency was also needed to install the pyflow module for me, perhaps put it in requirements too.