Charlotte Hu
Charlotte Hu
Thank you for the reply! I first loaded in the tif image file our team has using image container function, `img = sq.im.ImageContainer("path/to/image.tif", scale = scale)` and I used the...
Hi, I had the same issue as above "ValueError: Expected height to be in interval [0, 2000], found 21430". I tried adding a scale factor as mentioned in #399 but...
Thanks @giovp. I figured out the scale factor value from your reply, but now I am encountering a resolution issue with the image. I used the sq.im.ImageContainer() to load in...