mirror of
https://github.com/bububa/openvision.git
synced 2025-09-26 17:51:13 +08:00
953128f19f903c6b2e9e3bb3d006ced5fdc5a88c
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 Google Drive
- centerface Google Drive
- retainface Google Drive
- anticonv (for mask detection) Google Drive
- recognizer (face feature extration for classification)
- mobilenet Google Drive
- landmarker (for face landmarkers extraction)
- insightface Google Drive
- zq Google Drive
- tracker (for face IOU calculation bettween frames)
- hopenet (for head pose detection) Google Drive
- detecter (for face location and keypoints detection)
- pose
- detector (for pose estimation)
- ultralight Google Drive
- detector (for pose estimation)
- hand
- detector (for hand detect)
- yolox Google Drive
- nanodet Google Drive
- detector (for hand detect)
- 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%