michalfaber / keras_Realtime_Multi-Person_Pose_Estimation

Keras version of Realtime Multi-Person Pose Estimation project
Other
780 stars 372 forks source link

convert keras weights to caffe weights for use with CMU demo #90

Open cchamber opened 6 years ago

cchamber commented 6 years ago

I used keras_Realtime_Multi-Person_Pose_Estimation for training which worked well. I would like to use the CMU demo because it is much faster for testing. Does anyone know how to convert keras weights to caffe weights? There is a lot of code to go from caffe to keras but not the other way.