Skip to content

C/C++ library for cross-platform inference of computer vision models

Notifications You must be signed in to change notification settings

kevin-presalytics/cvops-inference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVOps Inference

A C++ library with exposed C API for cross-platform inference of computer vision models. Designed to be wrapped by Python Ctypes and Dart's FFI modules.

Installation Requirements:

  • Linux (Ubuntu)
sudo snap install cmake --classic
sudo apt install libopencv-dev libboost-all-dev libjsoncpp-dev

To Build

cmake .
cmake --build .

About

C/C++ library for cross-platform inference of computer vision models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published