BlazeFace-PyTorch icon indicating copy to clipboard operation
BlazeFace-PyTorch copied to clipboard

The BlazeFace face detector model implemented in PyTorch

Results 9 BlazeFace-PyTorch issues
Sort by recently updated
recently updated
newest added

I'm a beginner. I want to ask:How to use the blazeface.pth?

hi, I load the anchorsback.npy and the anchors.npy and print them, find the anchors are same. is it right??

Hi! I'm currently starting some research about using face-detection models in limited compute devices such as smartphones (specifically I'm focusing on PyTorch Mobile) and my goal is to replicate the...

Hello, I am unable to load weights. ``` net.load_weights("blazeface.pth") ``` I am getting the below error. ``` --------------------------------------------------------------------------- ModuleAttributeError Traceback (most recent call last) in ----> 1 net.load_weights("blazeface.pth") 2 net.load_anchors("anchors.npy")...

Added `requirements.txt`

Hello, Thanks to share this great job ! Just a question by curiosity: did you test that converted pytorch version provides similar results as the original TFLite one ? :-)

Will training process opensource for BlazeFace?

Does you conversion output the depth values of the xy image coordinates that is traditionally in the blazepose/blazeface models? Have you ever converted the full blazepose (full body landmark) models...

I got it running after a while but I can't for the life of me figure out how to properly get the settings to add up scale and vx ratio...