Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update validation.py #24

Merged
merged 1 commit into from Aug 17, 2021
Merged

Update validation.py #24

merged 1 commit into from Aug 17, 2021

Conversation

xenbaloch
Copy link
Contributor

It arises an error (ImportError: cannot import name 'compare_ssim' from 'skimage.measure') while running "validation.py". The error is because of the fact skimage.measure.compare_ssim has been removed in skimage 0.18.

To fix the issue, a line in the code in respective file needs to be changed from "from skimage.measure import compare_ssim, compare_psnr" to "from skimage.metrics import structural_similarity".

It arises an error (ImportError: cannot import name 'compare_ssim' from 'skimage.measure') while running "validation.py". The error is because of the fact skimage.measure.compare_ssim has been removed in skimage 0.18.

To fix the issue, a line in the code in respective file needs to be changed from "from skimage.measure import compare_ssim, compare_psnr" to "from skimage.metrics import structural_similarity".
@tsingqguo tsingqguo merged commit 83c6e7e into tsingqguo:master Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants