becauseofAI / lffd-pytorch

A light and fast one class detection framework for edge devices. We provide face detector, head detector, pedestrian detector, vehicle detector......
MIT License
204 stars 36 forks source link

how to get the pytorch model for face detection? #3

Open crystalwan opened 4 years ago

crystalwan commented 4 years ago

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

ding-si-han commented 4 years ago

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!

RoyiAvital commented 4 years ago

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