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

# Packages

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

# 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