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

Issue regarding .tiff file #5

Open
pankajsharma47 opened this issue Jun 30, 2021 · 3 comments
Open

Issue regarding .tiff file #5

pankajsharma47 opened this issue Jun 30, 2021 · 3 comments

Comments

@pankajsharma47
Copy link

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?

@YCWangVince
Copy link

Have the same problem:

ERROR(""): uncolorize type not supported

ERROR: could not read image from file "../test/noisy_poisson8/098.tiff"

@gfacciol
Copy link
Member

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:

import tifffile
data = tifffile.imread('file.tiff')

@gfacciol gfacciol reopened this Aug 11, 2022
@littledist
Copy link

Same problem encountered.
the terminal return
`ERROR(""): can not open file "test/noisy_poisson8/009.tiff" in mode "r"

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!

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

4 participants