kenshohara / 3D-ResNets-PyTorch

3D ResNets for Action Recognition (CVPR 2018)
MIT License
3.91k stars 933 forks source link

Are pretrained models of ResNext-101(64-f) architecture available? #194

Closed Fazlik995 closed 4 years ago

Fazlik995 commented 4 years ago

Hi, thanks for an awesome work.

Have you obtained pretrained models of ResNext-101(64-f) architecture?

If so, could you please add that models as well.

Thank you.

kenshohara commented 4 years ago

The model resnext-101-64f-kinetics.pth already existed in my Google Drive.

Fazlik995 commented 4 years ago

I mean for K+M pretrained model, not for Kinetics-400

I think in your google drive, you provided pretrained models only for ResNet model, not ResNext, right?

kenshohara commented 4 years ago

We did not try ResNeXt models on Kinetics-700 and Moments in Time datasets. You have to train the models on your own if you want to use the models.