Atze00 / MoViNet-pytorch

MoViNets PyTorch implementation: Mobile Video Networks for Efficient Video Recognition;
MIT License
258 stars 50 forks source link

pretrain dataset? #4

Closed pacifinapacific closed 3 years ago

pacifinapacific commented 3 years ago

Thanks for the great work, what dataset did you use for the pretrain weights? Is it possible to provide the weights for the kinetics dataset?

Atze00 commented 3 years ago

The weights are the same as the pre-trained models on Tensorflow (on kinetics), released by the authors. I will update the readme to make it more clear and provide some tests that verify that the two networks are equivalent.

pacifinapacific commented 3 years ago

Thank you very much for your time.