mf2f icon indicating copy to clipboard operation
mf2f copied to clipboard

Issue regarding .tiff file

Open pankajsharma47 opened this issue 4 years ago • 3 comments

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?

pankajsharma47 avatar Jun 30 '21 19:06 pankajsharma47

Have the same problem:

ERROR(""): uncolorize type not supported

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

YCWangVince avatar Aug 05 '22 21:08 YCWangVince

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 avatar Aug 11 '22 15:08 gfacciol

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!

littledist avatar Jun 12 '24 07:06 littledist