i create an image tensor with:
t = ds.create_tensor("t", htype="image", chunk_compression="png")
then populate with samples using a with block and they're of 128x128x3 (uint8).
calling ds.visualize() inside of a jupyter notebook when using sample_compression="png" looks fine, but with chunk compression png it looks like this:

i create an image tensor with:
then populate with samples using a with block and they're of 128x128x3 (uint8).
calling
ds.visualize()inside of a jupyter notebook when using sample_compression="png" looks fine, but with chunk compression png it looks like this: