Keras-OpenFace
Keras-OpenFace copied to clipboard
Keras-OpenFace is a project converting OpenFace from Torch implementation to a Keras version
I'm just attempting to load the model below like you have in README.md, but am getting the error: " ValueError: bad marshal data (unknown type code)". These are the version...
What is a your License? Thank you for a nice project.
Hello, You mentioned that the pre-trained weights offer the accuracy score 0.938+-0.013. You converted the raw model from original OpenFace? Because none of the 4 shared models got this accuracy...
Thank you for publishing such a nice library! But I am in a little bit trouble about h5 file. I tried "nn4.small2.v1.h5", and using it I compared face images same...
Hi, Thanks for your work. I have used the model `nn4.small2.lrn.h5` for extracting the features after re-running `Keras-openface-convertion.ipynb`. I got worst accuracy while applied with minimum / euclidean distance classifier...
Hello, could you tell me where i can find triplet_generator()? from data import triplet_generator # triplet_generator() creates a generator that continuously returns # ([a_batch, p_batch, n_batch], None) tuples where a_batch,...
I am able to save the keras model (nn4.small2.v1.h5) using the command `model.save('new_model.h5')`. But when I tried to load the model back, I am getting error, the complete details are...
How to know loss function of model above ??? I don't know it. I want to know it Does anybody know ? Please help me