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

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -