2021-10-26 17:30:02 +08:00
2021-10-21 18:30:38 +08:00
2021-10-21 18:30:38 +08:00
2021-10-26 17:30:02 +08:00
2021-10-21 18:30:38 +08:00
2021-10-21 18:30:38 +08:00
2021-10-21 18:30:38 +08:00
2021-10-26 17:30:02 +08:00
2021-10-21 18:30:38 +08:00
2021-10-21 18:30:38 +08:00
2021-10-26 17:30:02 +08:00
2021-10-26 17:30:02 +08:00

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)
  • golang binding (github.com/bububa/openvision/go)
Languages
C 53.6%
C++ 27.2%
Go 18.5%
CMake 0.7%