axon-research/c3d-keras

use convert_caffe_model.py to convert c3d_finetune_on_ucf model

Gus-Guo opened this issue · 4 comments

I just use the convert_caffe_model.py to convert the c3d model finetuned on UCF101, I have changed the the last fc layer of c3d.py, is that all right? After the conversion, I found the accuracy is very low...I am not sure if it's right to do so..Thank you !

What change did you make on the last fc layer? If you changed a layer (weights/biases randomly initialized), you need to finetune your model.

Were you able to get this issue fixed?

Closing as this is outside the scope of this repo.