I am trying to run a github repo that has the following import
from torchvideotransforms import video_transforms, volume_transforms
I installed pytorchvideo using but it’s not working
pip install pytorchvideo
I might be wrong about the library but I could not find anything suitable. I know about image transformation but am interested to know about this library. Please help. Thanks.