RBPN-PyTorch
RBPN-PyTorch copied to clipboard
Missing dependencies on the README
In order to run eval.py you need some extra dependencies which are not listed on the README.md file:
- torchvision
- scikit-image
- scipy==1.2.3 (newer scipy versions fail when trying to do
from scipy.misc import imsave) - opencv-python
@skerit Thank you!