RBPN-PyTorch icon indicating copy to clipboard operation
RBPN-PyTorch copied to clipboard

Missing dependencies on the README

Open skerit opened this issue 5 years ago • 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

skerit avatar May 31 '20 13:05 skerit

@skerit Thank you!

Kirillova-Anastasia avatar Aug 06 '21 17:08 Kirillova-Anastasia