Skip to content

Instantly share code, notes, and snippets.

View NicolasHug's full-sized avatar

Nicolas Hug NicolasHug

View GitHub Profile
@NicolasHug
NicolasHug / AVX_resize.jpg
Last active February 9, 2023 11:52
AVX resize notes
AVX_resize.jpg
#%%
import cv2
import torch
import numpy as np
from PIL import Image
from torchvision.transforms.v2.functional import resize as tv_resize, InterpolationMode
#%%
Hin, Win = 256, 276
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.