-
Notifications
You must be signed in to change notification settings - Fork 2
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
Issue regarding .tiff file #5
Comments
Have the same problem: ERROR(""): uncolorize type not supported ERROR: could not read image from file "../test/noisy_poisson8/098.tiff" |
I'm not sure I understand the question. The problem is to read the existing tiff file ? For that you can use several tools. This project uses iio but tifffile is also a valid option:
|
Same problem encountered. ERROR: could not read image from file "test/noisy_poisson8/009.tiff" ERROR(""): can not open file "test/noisy_poisson8/010.tiff" in mode "r" ERROR: could not read image from file "test/noisy_poisson8/010.tiff"` and i have excluded several possible causes, making sure the .tiff image itself is currect ,all the requirements are correctly installed, permission of the file meets the requirements. The error still exist. So confused! |
Good afternoon sir,
When I am implementing the code for same dataset, It is not able to read the input files in .tiff format.
Can you help please regarding this?
The text was updated successfully, but these errors were encountered: