python - Is there a function to extract image patches in PyTorch? -
given batch of images, i'd extract possible image patches, similar convolution. in tensorflow, can use tf.extract_image_patches
achieve this. there equivalent function in pytorch?
thank you.
wiki
Comments
Post a Comment