openvision/go/README.md
2021-11-11 19:16:27 +08:00

4.7 KiB

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