├── FaceDetect.exe ├── FacePointDetect.exe ├── Input ├── Connect_20_40_0.6.txt ├── Connect_20_40_1.0.txt ├── Connect_40_60_0.8.txt ├── Net_EN0.txt ├── Net_F0.txt ├── Net_LE1.txt ├── Net_LM1.txt ├── Net_N1.txt ├── Net_NM0.txt ├── Net_RE1.txt ├── Net_RM1.txt ├── Patch_EN0.txt ├── Patch_F0.txt ├── Patch_LE1_13.txt ├── Patch_LE1_15.txt ├── Patch_LE2_10.txt ├── Patch_LE2_9.txt ├── Patch_LM1_13.txt ├── Patch_LM1_15.txt ├── Patch_LM2_10.txt ├── Patch_LM2_9.txt ├── Patch_N1_13.txt ├── Patch_N1_15.txt ├── Patch_N2_10.txt ├── Patch_N2_9.txt ├── Patch_NM0.txt ├── Patch_RE1_13.txt ├── Patch_RE1_15.txt ├── Patch_RE2_10.txt ├── Patch_RE2_9.txt ├── Patch_RM1_13.txt ├── Patch_RM1_15.txt ├── Patch_RM2_10.txt ├── Patch_RM2_9.txt ├── Weight_EN0.bin ├── Weight_F0.bin ├── Weight_LE1_13.bin ├── Weight_LE1_15.bin ├── Weight_LE2_10.bin ├── Weight_LE2_9.bin ├── Weight_LM1_13.bin ├── Weight_LM1_15.bin ├── Weight_LM2_10.bin ├── Weight_LM2_9.bin ├── Weight_N1_13.bin ├── Weight_N1_15.bin ├── Weight_N2_10.bin ├── Weight_N2_9.bin ├── Weight_NM0.bin ├── Weight_RE1_13.bin ├── Weight_RE1_15.bin ├── Weight_RE2_10.bin ├── Weight_RE2_9.bin ├── Weight_RM1_13.bin ├── Weight_RM1_15.bin ├── Weight_RM2_10.bin └── Weight_RM2_9.bin ├── Output └── readme.md ├── README.md ├── aligment.py ├── cleanBoxFile.py ├── data ├── detector_lfp.dat └── svmpostfilter_lfp.dat ├── facecrop.py ├── facepoint.py ├── imresize.py ├── main.py ├── makeImageFileList.py ├── makeimagelist.py ├── opencv_core231.dll ├── opencv_highgui231.dll ├── opencv_imgproc231.dll ├── retain_max_face.py ├── skimagetest.py ├── tbb.dll └── textutil.py /FaceDetect.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/FaceDetect.exe -------------------------------------------------------------------------------- /FacePointDetect.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/FacePointDetect.exe -------------------------------------------------------------------------------- /Input/Connect_20_40_0.6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Connect_20_40_0.6.txt -------------------------------------------------------------------------------- /Input/Connect_20_40_1.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Connect_20_40_1.0.txt -------------------------------------------------------------------------------- /Input/Connect_40_60_0.8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Connect_40_60_0.8.txt -------------------------------------------------------------------------------- /Input/Net_EN0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Net_EN0.txt -------------------------------------------------------------------------------- /Input/Net_F0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Net_F0.txt -------------------------------------------------------------------------------- /Input/Net_LE1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Net_LE1.txt -------------------------------------------------------------------------------- /Input/Net_LM1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Net_LM1.txt -------------------------------------------------------------------------------- /Input/Net_N1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Net_N1.txt -------------------------------------------------------------------------------- /Input/Net_NM0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Net_NM0.txt -------------------------------------------------------------------------------- /Input/Net_RE1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Net_RE1.txt -------------------------------------------------------------------------------- /Input/Net_RM1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Net_RM1.txt -------------------------------------------------------------------------------- /Input/Patch_EN0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_EN0.txt -------------------------------------------------------------------------------- /Input/Patch_F0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_F0.txt -------------------------------------------------------------------------------- /Input/Patch_LE1_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_LE1_13.txt -------------------------------------------------------------------------------- /Input/Patch_LE1_15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_LE1_15.txt -------------------------------------------------------------------------------- /Input/Patch_LE2_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_LE2_10.txt -------------------------------------------------------------------------------- /Input/Patch_LE2_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_LE2_9.txt -------------------------------------------------------------------------------- /Input/Patch_LM1_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_LM1_13.txt -------------------------------------------------------------------------------- /Input/Patch_LM1_15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_LM1_15.txt -------------------------------------------------------------------------------- /Input/Patch_LM2_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_LM2_10.txt -------------------------------------------------------------------------------- /Input/Patch_LM2_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_LM2_9.txt -------------------------------------------------------------------------------- /Input/Patch_N1_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_N1_13.txt -------------------------------------------------------------------------------- /Input/Patch_N1_15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_N1_15.txt -------------------------------------------------------------------------------- /Input/Patch_N2_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_N2_10.txt -------------------------------------------------------------------------------- /Input/Patch_N2_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_N2_9.txt -------------------------------------------------------------------------------- /Input/Patch_NM0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_NM0.txt -------------------------------------------------------------------------------- /Input/Patch_RE1_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_RE1_13.txt -------------------------------------------------------------------------------- /Input/Patch_RE1_15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_RE1_15.txt -------------------------------------------------------------------------------- /Input/Patch_RE2_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_RE2_10.txt -------------------------------------------------------------------------------- /Input/Patch_RE2_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_RE2_9.txt -------------------------------------------------------------------------------- /Input/Patch_RM1_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_RM1_13.txt -------------------------------------------------------------------------------- /Input/Patch_RM1_15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_RM1_15.txt -------------------------------------------------------------------------------- /Input/Patch_RM2_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_RM2_10.txt -------------------------------------------------------------------------------- /Input/Patch_RM2_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Patch_RM2_9.txt -------------------------------------------------------------------------------- /Input/Weight_EN0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_EN0.bin -------------------------------------------------------------------------------- /Input/Weight_F0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_F0.bin -------------------------------------------------------------------------------- /Input/Weight_LE1_13.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_LE1_13.bin -------------------------------------------------------------------------------- /Input/Weight_LE1_15.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_LE1_15.bin -------------------------------------------------------------------------------- /Input/Weight_LE2_10.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_LE2_10.bin -------------------------------------------------------------------------------- /Input/Weight_LE2_9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_LE2_9.bin -------------------------------------------------------------------------------- /Input/Weight_LM1_13.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_LM1_13.bin -------------------------------------------------------------------------------- /Input/Weight_LM1_15.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_LM1_15.bin -------------------------------------------------------------------------------- /Input/Weight_LM2_10.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_LM2_10.bin -------------------------------------------------------------------------------- /Input/Weight_LM2_9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_LM2_9.bin -------------------------------------------------------------------------------- /Input/Weight_N1_13.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_N1_13.bin -------------------------------------------------------------------------------- /Input/Weight_N1_15.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_N1_15.bin -------------------------------------------------------------------------------- /Input/Weight_N2_10.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_N2_10.bin -------------------------------------------------------------------------------- /Input/Weight_N2_9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_N2_9.bin -------------------------------------------------------------------------------- /Input/Weight_NM0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_NM0.bin -------------------------------------------------------------------------------- /Input/Weight_RE1_13.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_RE1_13.bin -------------------------------------------------------------------------------- /Input/Weight_RE1_15.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_RE1_15.bin -------------------------------------------------------------------------------- /Input/Weight_RE2_10.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_RE2_10.bin -------------------------------------------------------------------------------- /Input/Weight_RE2_9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_RE2_9.bin -------------------------------------------------------------------------------- /Input/Weight_RM1_13.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_RM1_13.bin -------------------------------------------------------------------------------- /Input/Weight_RM1_15.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_RM1_15.bin -------------------------------------------------------------------------------- /Input/Weight_RM2_10.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_RM2_10.bin -------------------------------------------------------------------------------- /Input/Weight_RM2_9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Input/Weight_RM2_9.bin -------------------------------------------------------------------------------- /Output/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/Output/readme.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/README.md -------------------------------------------------------------------------------- /aligment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/aligment.py -------------------------------------------------------------------------------- /cleanBoxFile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/cleanBoxFile.py -------------------------------------------------------------------------------- /data/detector_lfp.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/data/detector_lfp.dat -------------------------------------------------------------------------------- /data/svmpostfilter_lfp.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/data/svmpostfilter_lfp.dat -------------------------------------------------------------------------------- /facecrop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/facecrop.py -------------------------------------------------------------------------------- /facepoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/facepoint.py -------------------------------------------------------------------------------- /imresize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/imresize.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/main.py -------------------------------------------------------------------------------- /makeImageFileList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/makeImageFileList.py -------------------------------------------------------------------------------- /makeimagelist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/makeimagelist.py -------------------------------------------------------------------------------- /opencv_core231.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/opencv_core231.dll -------------------------------------------------------------------------------- /opencv_highgui231.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/opencv_highgui231.dll -------------------------------------------------------------------------------- /opencv_imgproc231.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/opencv_imgproc231.dll -------------------------------------------------------------------------------- /retain_max_face.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/retain_max_face.py -------------------------------------------------------------------------------- /skimagetest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/skimagetest.py -------------------------------------------------------------------------------- /tbb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/tbb.dll -------------------------------------------------------------------------------- /textutil.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenriwei/FaceTools/HEAD/textutil.py --------------------------------------------------------------------------------