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

Version update for skimage.measure compare_psnr and compare_ssim #23

Open
SameerAdavani opened this issue Jun 1, 2022 · 0 comments
Open

Comments

@SameerAdavani
Copy link

To run the code change "from skimage.measure.simple_metrics import compare_psnr " to " from skimage.metrics import peak_signal_noise_ratio as compare_psnr " and
"from skimage.measure import compare_ssim" to
from skimage.metrics import structural_similarity as compare_ssim
in utils/image_utils.py

These are the new version update for skimage

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

No branches or pull requests

1 participant