c3d-keras
c3d-keras copied to clipboard
C3D for Keras + TensorFlow
I was following the steps mentioned but getting this error.
If I use theano backend with your code it computes different features in fc6 layer, which are not accurate. Is there anyway I can use your code with Theano backend...
Please set "image_dim_ordering" in ${KERASCONF} to be "tf" When I try to run bash do_everything.sh I get above error. Can anyone explain how to address this error Thanks Regards
Did you export model and weights of Sport1M for Keras and Tensorflow like this [post](https://gist.github.com/albertomontesg/d8b21a179c1e6cca0480ebdf292c34d2)? May I download it for pre-trained my networks? Thank you so much