pip install torch torchvision We'll use the SlowFast model pre-trained on Kinetics-400. This example assumes you're familiar with PyTorch basics.
features = extract_features(model, frames_tensor) print(features.shape) You might want to save these features for later use: 22241mp4
import torch import torchvision import torchvision.transforms as transforms from torchvision import models pip install torch torchvision We'll use the SlowFast