No module named 'torchvideotransforms'

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.

I’m not sure where torchvideotransforms comes from but it seems pytorchvideo uses pytorchvideo.transforms as the namespace for the transformations as seen here.

Found it. Itis another github repo