OpenFacePytorch icon indicating copy to clipboard operation
OpenFacePytorch copied to clipboard

PyTorch module to use OpenFace's nn4.small2.v1.t7 model

Results 5 OpenFacePytorch issues
Sort by recently updated
recently updated
newest added

Could you please tell me How to convert 'nn4.small2.v1.t7' to an HDF5 file using 'Torch - HDF5'? Thanks.

As the subject says: you provide `openface.pth` and `openface_20180119.pth` where the first one is referenced in your source code while the second one is newer. Which model is the recommended...

Can I run this on a CPU?

Thanks for the code. I have learned a lot. But when I run the example I got that lennon with glasses was closer to clapton with glasses than to lennon...

Hey, I'm new to face detection. It seems the codes replace the network part of the torch version openface. But the face box detection and face align API in openface...