lffd-pytorch icon indicating copy to clipboard operation
lffd-pytorch copied to clipboard

how to get the pytorch model for face detection?

Open crystalwan opened this issue 5 years ago • 2 comments

The fold "lffd-pytorch/face_detection/saved_model/configuration_10_560_25L_8scales_v1/" is none, How can I get this model?thanks

crystalwan avatar Nov 20 '19 03:11 crystalwan

Had the same issue too, I had to retrieve both the saved_model and symbol_farm from the original repository: https://github.com/YonghaoHe/A-Light-and-Fast-Face-Detector-for-Edge-Devices. Hope that helps!

ding-si-han avatar Dec 11 '19 05:12 ding-si-han

The demo file uses MXNet. Is there a demo file for PyTorch?

RoyiAvital avatar Jun 27 '20 17:06 RoyiAvital