alterzero/RBPN-PyTorch

Missing dependencies on the README

skerit opened this issue · 1 comments

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