axon-research/c3d-keras

sports1M_weights_tf.json

jsuit opened this issue · 1 comments

jsuit commented

I'm getting the error: No such file or directory: './models/sports1M_weights_tf.json'. I would think that the get_weights_and_mean script would be getting the weights. Clearly, it's not. But it's getting a file called "conv3d_deepnetA_sport1m_iter_1900000". It's not clear what I'm supposed to do with this, and when I do try to load this file, I get the error " Unable to open file (File signature not found)", probably because it's not a HDF5 file or it has been corrupted.

Is there supposed to be a weights file that is supposed to be downloaded when you run ./do_everything.sh

jsuit commented

Figured this out. Just assumed do_everything, did everything. I needed to run 'python convert_caffe_model'. That gave me the weights I was looking for.