deep learning vision detector/estimator
Go to file
2022-02-07 17:30:04 +08:00
build init commit 2021-10-21 18:30:38 +08:00
data feat(classifier): add svm classifier 2021-11-26 14:28:38 +08:00
go fix(hand): pose3d/mediapipe palmobject.landmarks wrong malloc 2022-02-07 17:29:30 +08:00
include init commit 2021-10-21 18:30:38 +08:00
lib init commit 2021-10-21 18:30:38 +08:00
ncnn@e3aa893dfb init commit 2021-10-21 18:30:38 +08:00
src fix(hand): pose3d/mediapipe palmobject.landmarks wrong malloc 2022-02-07 17:29:30 +08:00
.gitignore feat(hand): add mediapipe hand 3d pose detecter 2021-12-13 16:39:50 +08:00
.gitmodules init commit 2021-10-21 18:30:38 +08:00
CMakeLists.txt add hopenet 2021-10-26 17:30:02 +08:00
LICENSE add LICENSE 2021-10-27 21:00:02 +08:00
README.md feat(hand): add mediapipe hand 3d pose detecter 2021-12-13 16:39:50 +08:00

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

Reference