package
1.0.1
Repository: https://github.com/bububa/openvision.git
Documentation: pkg.go.dev

# README

Openvision Golang binding

vision detection/estimation/transformation based on deep learning

Go Reference GitHub go.mod Go version of a Go module GoReportCard GitHub license GitHub release

Prerequest

  • ncnn Install
  • openmp
  • vulkan(optional)

Install

git clone github.com/bububa/openvision.git
cd build
cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -DNCNN_VULKAN=ON # -DNCNN_VULKAN is optional
make -j 4
# modify go.mod replace github.com/bububa/openvision/go path

Build tags

  • vulkan build with vulkan

Features & models

# Packages

Package classifier implement different classifiers.
Package common .
Package counter include object counter .
No description provided by the author
Package face include face detecter/landmarker/reconginzier.
Package hand include hand detection and hand pose estimation.
Package pose include pose estimation.
Package styletransfer include style transfer.
Package tracker include object tracker .

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Error customed error.