Closed fuersta closed 1 year ago
Hi, in https://github.com/lukemelas/deep-spectral-segmentation/blob/main/extract/extract.py#L204 and https://github.com/lukemelas/deep-spectral-segmentation/blob/main/extract/extract.py#L208 https://github.com/lukemelas/deep-spectral-segmentation/blob/main/extract/extract.py#L210 you convert image_lr to float by dividing through 255. Looks like a bug to me.
image_lr
True, thanks for catching that! Fixed.
Luke
Hi, in https://github.com/lukemelas/deep-spectral-segmentation/blob/main/extract/extract.py#L204 and https://github.com/lukemelas/deep-spectral-segmentation/blob/main/extract/extract.py#L208 https://github.com/lukemelas/deep-spectral-segmentation/blob/main/extract/extract.py#L210 you convert
image_lr
to float by dividing through 255. Looks like a bug to me.