mirror of
https://github.com/bububa/openvision.git
synced 2025-09-26 17:51:13 +08:00
92025ffdc874fd5cb6ef0eb3c841e3e4e2da86f1
libopenvision deep learning visualization C liberay
Prerequest
- ncnn Install
- openmp
- vulkan(optional)
Build
git submodule update --init --recursuve
cd build
cmake .. # optional -DNCNN_VULKAN=OFF -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang
Features
- face
- detecter (for face location and keypoints detection)
- mtcnn
- centerface
- retainface
- anticonv (for mask detection)
- recognizer (face feature extration for classification)
- mobilenet
- landmarker (for face landmarkers extraction)
- insightface
- zq
- tracker (for face IOU calculation bettween frames)
- hopenet (for head pose detection)
- detecter (for face location and keypoints detection)
- golang binding (github.com/bububa/openvision/go)
Description
deep learning vision detector/estimator
deep-learningdeep-neural-networksface-detectionface-recognitionfacenetheadposeheadpose-detectionheadpose-estimationncnnncnn-modelpose-detectionpose-estimationposenet
Readme
Apache-2.0
503 KiB
Languages
C
53.6%
C++
27.2%
Go
18.5%
CMake
0.7%