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

clean head file and remove function transfilter() #339

Closed Wwupup closed 2 years ago

Wwupup commented 2 years ago

1.Cleaned up some vscode automatically imported header files, otherwise it will report an error when compiling on ARM platform; 2.Removed the global use of using namespace std; 3.The Python side implements the conversion of Conv_head and therefore removes the transfilter function.