Vedant Joshi
Vedant Joshi
No, I'm using a local system
Hi @kvignesh1420, No I haven't. The files are originally saved in the shape (128, 128, 128, 4) so I'm not sure how to read single tiff files. How can we...
Thanks for the response. So as per my understanding, I need to read the image as 128 different images using index param and then concat them to generate a tensor...
> @JVedant for multipage tiff files. you can use the index parameter to select content at that index. > Usage: > > ``` > image = tfio.experimental.image.decode_tiff(tf.io.read_file(filename), index=i) > ```...
@learnJunWei I guess you can access it using torchtext.legacy.data.Iterator instead of torchtext.data.Iterator
Hey, did anyone find a solution to this? this is roadblock for me as well.