discovershu / gan_detect_iris

11 stars 2 forks source link

small change for crop_highlights.py #1

Open allstargoldeneye opened 3 years ago

allstargoldeneye commented 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

discovershu commented 3 years ago

Thank you so much for letting me know this!