vsyw / Keras-OpenFace

Keras-OpenFace is a project converting OpenFace from Torch implementation to a Keras version
Apache License 2.0
573 stars 260 forks source link

dataset and model #12

Closed PoonamZ closed 5 years ago

PoonamZ commented 5 years ago

@iwantooxxoox I would like to know about the dataset structure used to train the model nn4.small2.h5. Can you please elaborate the label file used while training? how we will get the 128x1 vector ?

Tornquist commented 5 years ago

@PoonamZ The model isn't trained here. Look at https://cmusatyalab.github.io/openface/ to see the logic behind building the model. This is just a conversion of the model from Torch to Keras.

PoonamZ commented 5 years ago

OK thanx.