libopenvision deep learning visualization C library
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)
- recognizer (face feature extration for classification)
- landmarker (for face landmarkers extraction)
- tracker (for face IOU calculation bettween frames)
- hopenet (for head pose detection) Google Drive
- pose
- detector (for pose estimation)
- hand
- detector (for hand detect)
- pose (for hand pose estimation)
- golang binding (github.com/bububa/openvision/go)