Open yajin-xu opened 1 month ago
https://github.com/SarahwXU/HiSup/blob/88bd55036c8c6614f1fb76c7c86eed0839c04f1b/hisup/dataset/transforms.py#L55
First of all, thanks a lot for making this repo public!
Just want to point out: notice that this divided by 255 (link above) is extra, since resize from skimage already rescales to 0 and 1.
https://github.com/SarahwXU/HiSup/blob/88bd55036c8c6614f1fb76c7c86eed0839c04f1b/hisup/dataset/transforms.py#L33
Same applies here.
https://github.com/SarahwXU/HiSup/blob/88bd55036c8c6614f1fb76c7c86eed0839c04f1b/hisup/dataset/transforms.py#L55
First of all, thanks a lot for making this repo public!
Just want to point out: notice that this divided by 255 (link above) is extra, since resize from skimage already rescales to 0 and 1.