jiupinjia / stylized-neural-painting

Official Pytorch implementation of the preprint paper "Stylized Neural Painting", in CVPR 2021.
https://jiupinjia.github.io/neuralpainter/
Creative Commons Zero v1.0 Universal
1.56k stars 262 forks source link

Support scikit-image 0.18 #20

Closed SlipknotTN closed 3 years ago

SlipknotTN commented 3 years ago

Latest scikit-image 0.18 has removed some deprecated functions, in particular compare_ssim https://scikit-image.org/docs/0.18.x/api_changes.html. This PR fixes the API change, an alternative is to set specific versions in requirements.txt.

jiupinjia commented 3 years ago

@SlipknotTN , thanks for your nice update!