pseudo-3d-pytorch
pseudo-3d-pytorch copied to clipboard
About I3D pretrained model.
Sorry to disturb you! In train.py:
if self.pretrained:
self.model = I3D(num_classes=400, modality='rgb')
self.model.load_state_dict(
torch.load('kinetics_i3d_model_rgb.pth'))
Could you tell me where I can get the I3D pretrained moel "kinetics_i3d_model_rgb.pth"? thank you very much!
May I ask if you have “kinetics_i3d_model_rgb.pth” now?
收到