-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Loading 16bit png images #2218
Copy link
Copy link
Closed
Description
ported here from pytorch/pytorch#32971
Original description:
When I was trying to load 16 bit .png grayscale image with torchvision.datasets.imagefolder ,it is loading every image as white only.
I solved this issue by doing transformation operations outside Compose function.
Reactions are currently unavailable