rcmalli / keras-vggface

VGGFace implementation with Keras Framework
MIT License
928 stars 417 forks source link

Port caffemodel to hdf5 #28

Closed vinodlahire closed 5 years ago

vinodlahire commented 6 years ago

@rcmalli original VGGFACE1 .caffemodel is around 553MB size ; can you refer links / method that you convert these models to ~90 MB of hdf5 without loss of accuracy ? I am using your ported model for face verification task ; now i want to train my own model in caffe and port it to keras.

Lahirevinod commented 6 years ago

figured out ; weights are without top so having less memory footprint... my bad