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

About facedetectcnn-floatdata.cpp and facedetectcnn-int8data.cpp #146

Closed dssone closed 4 years ago

dssone commented 5 years ago

Professor : Thanks for your opening code, and i have a question about facedetectcnn-floatdata.cpp. How did you get the data in this file? Do you have some tools to extract data from yufacedetectnet-open-v1.caffemodel to facedetectcnn-floatdata.cpp ?

ewen1024 commented 4 years ago

For this, find a python script to copy the parameters from caffemodel, they are just the same as floatdata.cpp. My question is how to get the int8data?

ShiqiYu commented 4 years ago

@dssone @ewen1024 I will realse my new pytorch training source code. The source code for converting to CPP will be inside.