├── .gitattributes ├── README.md ├── Sample ├── Sample-v2.cpp ├── Sample-v3.cpp ├── Sample.cpp ├── Sample.vcxproj ├── Sample.vcxproj.filters ├── Sample.vcxproj.user ├── ZQCNN.lib ├── ZQ_FastFaceDetector-v2.h ├── ZQ_FastFaceDetector-v2.lib ├── ZQ_FastFaceDetector-v3.h ├── ZQ_FastFaceDetector-v3.lib ├── ZQ_FastFaceDetector.h ├── ZQ_FastFaceDetector.lib ├── mklml.lib └── x64 │ └── Release │ ├── Sample.log │ ├── Sample.obj │ ├── Sample.tlog │ ├── CL.command.1.tlog │ ├── CL.read.1.tlog │ ├── CL.write.1.tlog │ ├── Sample.lastbuildstate │ ├── link.command.1.tlog │ ├── link.read.1.tlog │ └── link.write.1.tlog │ └── vc140.pdb ├── ZQ_FastFaceDetector.sln ├── data ├── 4.jpg ├── all_image.png └── test2.jpg └── x64 └── Release ├── libiomp5md.dll └── mklml.dll /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/README.md -------------------------------------------------------------------------------- /Sample/Sample-v2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/Sample-v2.cpp -------------------------------------------------------------------------------- /Sample/Sample-v3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/Sample-v3.cpp -------------------------------------------------------------------------------- /Sample/Sample.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/Sample.cpp -------------------------------------------------------------------------------- /Sample/Sample.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/Sample.vcxproj -------------------------------------------------------------------------------- /Sample/Sample.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/Sample.vcxproj.filters -------------------------------------------------------------------------------- /Sample/Sample.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/Sample.vcxproj.user -------------------------------------------------------------------------------- /Sample/ZQCNN.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/ZQCNN.lib -------------------------------------------------------------------------------- /Sample/ZQ_FastFaceDetector-v2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/ZQ_FastFaceDetector-v2.h -------------------------------------------------------------------------------- /Sample/ZQ_FastFaceDetector-v2.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/ZQ_FastFaceDetector-v2.lib -------------------------------------------------------------------------------- /Sample/ZQ_FastFaceDetector-v3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/ZQ_FastFaceDetector-v3.h -------------------------------------------------------------------------------- /Sample/ZQ_FastFaceDetector-v3.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/ZQ_FastFaceDetector-v3.lib -------------------------------------------------------------------------------- /Sample/ZQ_FastFaceDetector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/ZQ_FastFaceDetector.h -------------------------------------------------------------------------------- /Sample/ZQ_FastFaceDetector.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/ZQ_FastFaceDetector.lib -------------------------------------------------------------------------------- /Sample/mklml.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/mklml.lib -------------------------------------------------------------------------------- /Sample/x64/Release/Sample.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/x64/Release/Sample.log -------------------------------------------------------------------------------- /Sample/x64/Release/Sample.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/x64/Release/Sample.obj -------------------------------------------------------------------------------- /Sample/x64/Release/Sample.tlog/CL.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/x64/Release/Sample.tlog/CL.command.1.tlog -------------------------------------------------------------------------------- /Sample/x64/Release/Sample.tlog/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/x64/Release/Sample.tlog/CL.read.1.tlog -------------------------------------------------------------------------------- /Sample/x64/Release/Sample.tlog/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/x64/Release/Sample.tlog/CL.write.1.tlog -------------------------------------------------------------------------------- /Sample/x64/Release/Sample.tlog/Sample.lastbuildstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/x64/Release/Sample.tlog/Sample.lastbuildstate -------------------------------------------------------------------------------- /Sample/x64/Release/Sample.tlog/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/x64/Release/Sample.tlog/link.command.1.tlog -------------------------------------------------------------------------------- /Sample/x64/Release/Sample.tlog/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/x64/Release/Sample.tlog/link.read.1.tlog -------------------------------------------------------------------------------- /Sample/x64/Release/Sample.tlog/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/x64/Release/Sample.tlog/link.write.1.tlog -------------------------------------------------------------------------------- /Sample/x64/Release/vc140.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/Sample/x64/Release/vc140.pdb -------------------------------------------------------------------------------- /ZQ_FastFaceDetector.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/ZQ_FastFaceDetector.sln -------------------------------------------------------------------------------- /data/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/data/4.jpg -------------------------------------------------------------------------------- /data/all_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/data/all_image.png -------------------------------------------------------------------------------- /data/test2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/data/test2.jpg -------------------------------------------------------------------------------- /x64/Release/libiomp5md.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/x64/Release/libiomp5md.dll -------------------------------------------------------------------------------- /x64/Release/mklml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuoqing1988/ZQ_FastFaceDetector/HEAD/x64/Release/mklml.dll --------------------------------------------------------------------------------