SarahwXU / HiSup

MIT License
132 stars 20 forks source link

Extra converting back to 255 #35

Open yajin-xu opened 1 month ago

yajin-xu commented 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.

yajin-xu commented 1 month ago

https://github.com/SarahwXU/HiSup/blob/88bd55036c8c6614f1fb76c7c86eed0839c04f1b/hisup/dataset/transforms.py#L33

Same applies here.