Skip to content
Snippets Groups Projects
Maxence Naud's avatar
Maxence Naud authored
Fix tensor backend with copy

See merge request !22
d2745057
History

Aidge backend OpenCV library

You can find in this folder the library that implements :

  • Computer vision databases
  • The OpenCV tensor, operators and stimulis

So far be sure to have the correct requirements to use this library [TOC]

Installation

Dependencies

  • GCC
  • OpenCV >= 3.0
  • Make
  • CMake
  • Python (optional, if you have no intend to use this library in python with pybind)

aidge dependencies

  • aidge_core
  • aidge_backend_cpu.

Pip installation

pip install . -v

TIPS : Use environment variables to change compilation options :

  • AIDGE_INSTALL : to set the installation folder. Defaults to /usr/local/lib. ⚠️ This path must be identical to aidge_core install path.
  • AIDGE_PYTHON_BUILD_TYPE : to set the compilation mode to Debug or Release
  • AIDGE_BUILD_GEN : to set the build backend with