MH_python
MH_python
So is this the correct way to load any pretrained model? by just using: ` model = InternVideo.load_model(downloaded_checkpoint_path).cuda()` for example: `model = InternVideo.load_model("VideoMAE-B.ckpt").cuda()`
@zhengrongz Would you kindly provide a code snipped about loading the model form a pth file? I am still struggling without and can not find a proper documentaion.
Thank you so much for the quick reply. Would you kindly provide an example how to load an .pth file and use it on a video to get the predicions...