ShiqiYu / libfacedetection

An open source library for face detection in images. The face detection speed can reach 1000FPS.
Other
12.27k stars 3.05k forks source link

Where to find the original model export the current version facedetectcnn-data.cpp #344

Closed jb2020-super closed 1 year ago

jb2020-super commented 1 year ago

I have try to export the https://github.com/ShiqiYu/libfacedetection.train/blob/master/weights/yunet_final.pth to cpp by using the provided exportcpp.py. But noticed that the exported network structure and parameters is different from facedetectcnn-data.cpp. Is there anything I missed when running the script? Thanks.

fengyuentau commented 1 year ago

cc @Wwupup .

IIRC, the model in this repo is one version in advance of the model in the training repo.

Wwupup commented 1 year ago

This version match the current libfacedetection.train repo https://github.com/ShiqiYu/libfacedetection/tree/2d02619c44d1877879f6699ca565c1737c17b3f6, And the new version of libfacedetection.train repo will comming soon.

jb2020-super commented 1 year ago

Thank you for your reply, looking forward to the new version.