vgangal101 / resnet_models

0 stars 0 forks source link

Image Resizing #6

Open vgangal101 opened 2 years ago

vgangal101 commented 2 years ago

https://github.com/pytorch/vision/blob/main/torchvision/transforms/functional_tensor.py

vgangal101 commented 2 years ago

Use a combination of tf.keras. load_img , and https://keras.io/api/preprocessing/image/

Use PIL resize method

vgangal101 commented 2 years ago

Check out cv2.resize method https://www.tutorialkart.com/opencv/python/opencv-python-resize-image/