Hi, once I set the transform, how can it be applied to a video frame ? transform = cvtransforms.Compose([ cvtransforms.TenCrop((224)), cvtransforms.Resize(size=(-1, 256)]) What is the next step to apply it to the frame ?