JPEG in PyTorch

JPEG in PyTorch
Buy Me a Coffee☕*My post explains OxfordIIITPet().JPEG() can randomly apply JPEG compression to an image as shown below:*Memos: The 1st argument for initialization is quality(Required-Type:int): *Me...
0 Read More

RandomEqualize in PyTorch

RandomEqualize in PyTorch
Buy Me a Coffee☕*My post explains OxfordIIITPet().RandomEqualize() can randomly equalize the histogram of an image with a given probability as shown below:*Memos: The 1st argument for initialization...
0 Read More

Grayscale in PyTorch

Grayscale in PyTorch
Buy Me a Coffee☕*My post explains OxfordIIITPet().Grayscale() can convert an image to grayscale as shown below:*Memos: The 1st argument for initialization is num_output_channels(Optional-Default:1-T...
0 Read More