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

facedetection_export.h No such file or directory #278

Closed naushadck closed 4 years ago

naushadck commented 4 years ago

Helllo,

Following error while compile the code.

facedetection_export.h no such file or directory

How to resolve it....

vungoc98 commented 4 years ago

you can find at issue #222

fengyuentau commented 4 years ago

Refer to the section from README.md:

Please add facedetection_export.h file in the position where you copy your facedetectcnn.h files, add #define FACEDETECTION_EXPORT to facedetection_export.h file. See: issues #222