rohitgirdhar / ActionVLAD

ActionVLAD for video action classification (CVPR 2017)
https://rohitgirdhar.github.io/ActionVLAD/
Other
216 stars 61 forks source link

meta file for pretrained model #21

Closed gaosh closed 5 years ago

gaosh commented 6 years ago

Hi, I want to use your pretrained model on pytorch. Converting tensorflow model to pytorch model require both meta file and weight file. Could you provide the meta file for your saved model? Any suggestions are welcome.

Thanks

rohitgirdhar commented 5 years ago

I would suggest just loading the TF model file (by inspecting the checkpoint), and writing it out into your favorite format.