-
how to achieve pedestrian_detection in LFFD-with-ncnn ? How to modify the LFFD.cpp?
-
Dear SyGoing,
I have been trying to convert lffd models to openvino, I have edited the symbol .json as stated but I keep facing this error :
[ ERROR ] Input model name /home/avidbeam/amrm_workspa…
-
could you provide the speed about DBFace retinaFace CenterFace LFFD?
-
@xiangweizeng 作者您好,我是LFFD的作者,了解到您的开源项目,我感觉非常好。其中用到了我这边提供的LFFD在车牌检测的模型,这个是当时随手训练的。如果您还需要更快的模型,可以联系我。预计可以将模型再提速一倍,精度保持差不多。
-
The fold "lffd-pytorch/face_detection/saved_model/configuration_10_560_25L_8scales_v1/" is none, How can I get this model?thanks
-
大佬你好,有怎么训练LFFD代码吗,或者预训练权重,谢谢啊
-
大佬您好,我在您的仓库里面没有找到LFFD的训练代码,不知道您方不方便上传一下。感谢!!!
-
I'm new to Openvino, can you provide the CMakeLists.txt. thx!
-
The model obtained by LFFD training is converted to ONNX. Why can it be used in Tensorrt5 but not in Tensorrt7?
A new Engine has been generated here
-
I tried another face detection method which returns bounding boxes values of float type. Then I convert them with int() and feed them to face_recognition.face_encodings() (which I assign as get_face_e…