Open allstargoldeneye opened 3 years ago
It would seem that crop_highlights.py line 6: from skimage.measure import compare_ssim
Needs changed to: from skimage.metrics import structural_similarity
Functionality is still there after the change, just thought I'd let you all know. For more info: https://github.com/dippykit/dippykit/pull/2
Thanks for your research as well! It's extremely interesting
Thank you so much for letting me know this!
It would seem that crop_highlights.py line 6: from skimage.measure import compare_ssim
Needs changed to: from skimage.metrics import structural_similarity
Functionality is still there after the change, just thought I'd let you all know. For more info: https://github.com/dippykit/dippykit/pull/2
Thanks for your research as well! It's extremely interesting