Image Reading Error Classic Segmenter

Hi all,

Getting the following error when trying to segment data in jupyter notebooks:

FILE_NAME = ‘Test2.tif’
reader = AICSImage(FILE_NAME)
IMG = reader.data.astype(np.float32)

print(IMG.shape)

Failed to parse XML for the provided file. Error: not well-formed (invalid token): line 1, column 6
(1, 1, 20, 1024, 1024)

Haven’t seen this before when running the segmenter. Any fixes?

Thanks,