Installation

Installing Celantur SDK.

Install prerequisites:

apt install -y \
    ffmpeg \
    libexif-dev \
    libprotobuf-dev \
    libopenexr25 \
    libgstreamer1.0-0 \
    libgstreamer-plugins-base1.0-0 \
    wget

Install Celantur dependencies

Celantur will provide you links to Debian packages:

  • Celantur SDK (cpp-processing)

  • Boost

  • OpenCV

  • Optional packages depending on inference engine (ONNX, TensorRT)

Install them with:

apt install ./celantur-*.deb

Optional: OpenVINO

Download the model

Celantur will provide you link to download the model.

Test the installation

Try out the SDK examples.

Last updated