Lucrezia

Results 4 comments of Lucrezia

Hi @haesleinhuepf and @Czaki , I wrote a function that maybe can help you: ``` def get_spatial_calib_tiff(filename): """ Gets the pathname of a tiff file and returns the voxels size"""...

Hi, yes, I import these ``` from PIL import Image from PIL.TiffTags import TAGS ``` It should be the same :)

Hi @maweigert ! I am not running a notebook, just a script from the terminal. Everything works as long as I have one channel, but then if I try with...

@uschmidt83 thanks, I corrected the mistake with the tuple :) But I still have problems running the prediction on bigger files, for instance for a file of shape (193, 1699,...