├── MNN ├── FaceDetection.cbp ├── MNN_UltraFace.cpp ├── MNN_UltraFace.hpp ├── README.md ├── RFB-320-quant-ADMM-32.mnn ├── RFB-320-quant-KL-5792.mnn ├── RFB-320.mnn ├── Walks2.mp4 ├── main.cpp ├── slim-320-quant-ADMM-50.mnn └── slim-320.mnn ├── OpenCV ├── FaceDetection.cbp ├── README.md ├── Walks2.mp4 ├── cv_dnn_ultraface.cpp ├── cv_dnn_ultraface.h ├── main.cpp ├── version-RFB-320_simplified.onnx ├── version-RFB-320_without_postprocessing.onnx ├── version-slim-320_simplified.onnx └── version-slim-320_without_postprocessing.onnx ├── README.md └── ncnn ├── FaceDetection.cbp ├── README.md ├── RFB-320.bin ├── RFB-320.param ├── Walks2.mp4 ├── main.cpp ├── ncnn_UltraFace.cpp ├── ncnn_UltraFace.hpp ├── slim_320.bin └── slim_320.param /MNN/FaceDetection.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/MNN/FaceDetection.cbp -------------------------------------------------------------------------------- /MNN/MNN_UltraFace.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/MNN/MNN_UltraFace.cpp -------------------------------------------------------------------------------- /MNN/MNN_UltraFace.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/MNN/MNN_UltraFace.hpp -------------------------------------------------------------------------------- /MNN/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/MNN/README.md -------------------------------------------------------------------------------- /MNN/RFB-320-quant-ADMM-32.mnn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/MNN/RFB-320-quant-ADMM-32.mnn -------------------------------------------------------------------------------- /MNN/RFB-320-quant-KL-5792.mnn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/MNN/RFB-320-quant-KL-5792.mnn -------------------------------------------------------------------------------- /MNN/RFB-320.mnn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/MNN/RFB-320.mnn -------------------------------------------------------------------------------- /MNN/Walks2.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/MNN/Walks2.mp4 -------------------------------------------------------------------------------- /MNN/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/MNN/main.cpp -------------------------------------------------------------------------------- /MNN/slim-320-quant-ADMM-50.mnn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/MNN/slim-320-quant-ADMM-50.mnn -------------------------------------------------------------------------------- /MNN/slim-320.mnn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/MNN/slim-320.mnn -------------------------------------------------------------------------------- /OpenCV/FaceDetection.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/OpenCV/FaceDetection.cbp -------------------------------------------------------------------------------- /OpenCV/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/OpenCV/README.md -------------------------------------------------------------------------------- /OpenCV/Walks2.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/OpenCV/Walks2.mp4 -------------------------------------------------------------------------------- /OpenCV/cv_dnn_ultraface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/OpenCV/cv_dnn_ultraface.cpp -------------------------------------------------------------------------------- /OpenCV/cv_dnn_ultraface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/OpenCV/cv_dnn_ultraface.h -------------------------------------------------------------------------------- /OpenCV/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/OpenCV/main.cpp -------------------------------------------------------------------------------- /OpenCV/version-RFB-320_simplified.onnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/OpenCV/version-RFB-320_simplified.onnx -------------------------------------------------------------------------------- /OpenCV/version-RFB-320_without_postprocessing.onnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/OpenCV/version-RFB-320_without_postprocessing.onnx -------------------------------------------------------------------------------- /OpenCV/version-slim-320_simplified.onnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/OpenCV/version-slim-320_simplified.onnx -------------------------------------------------------------------------------- /OpenCV/version-slim-320_without_postprocessing.onnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/OpenCV/version-slim-320_without_postprocessing.onnx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/README.md -------------------------------------------------------------------------------- /ncnn/FaceDetection.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/ncnn/FaceDetection.cbp -------------------------------------------------------------------------------- /ncnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/ncnn/README.md -------------------------------------------------------------------------------- /ncnn/RFB-320.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/ncnn/RFB-320.bin -------------------------------------------------------------------------------- /ncnn/RFB-320.param: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/ncnn/RFB-320.param -------------------------------------------------------------------------------- /ncnn/Walks2.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/ncnn/Walks2.mp4 -------------------------------------------------------------------------------- /ncnn/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/ncnn/main.cpp -------------------------------------------------------------------------------- /ncnn/ncnn_UltraFace.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/ncnn/ncnn_UltraFace.cpp -------------------------------------------------------------------------------- /ncnn/ncnn_UltraFace.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/ncnn/ncnn_UltraFace.hpp -------------------------------------------------------------------------------- /ncnn/slim_320.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/ncnn/slim_320.bin -------------------------------------------------------------------------------- /ncnn/slim_320.param: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/Face-detection-Raspberry-Pi-32-64-bits/HEAD/ncnn/slim_320.param --------------------------------------------------------------------------------