hx173149 / C3D-tensorflow

C3D is a modified version of BVLC tensorflow to support 3D ConvNets.
MIT License
588 stars 262 forks source link

how to load pre-trained model? #8

Closed bitwangdan closed 7 years ago

bitwangdan commented 7 years ago

How to use a pre-trained model on my own video dataset? can you tell me ?

bitwangdan commented 7 years ago

@hx173149 can you help me ?

hx173149 commented 7 years ago

README has shown the download URL of my pretrained model and it can be used immediately with the tf.restore() API, maybe you should read it more carefully...

Top-1 accuracy of 72.6% should be achieved for the validation dataset with this code and pre-trained from the sports1M model. You can download my pretrained UCF101 model and mean file from here: https://www.dropbox.com/sh/8wcjrcadx4r31ux/AAAkz3dQ706pPO8ZavrztRCca?dl=0

Cheers~