For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

  • ONNX Runtime

Install them with:

apt install ./celantur-*.deb

Optional: Install OpenVINO 2024

For compiling and running OpenVINO models.

Optional: Install TensorRT 10

For compiling and running TensorRT (TRT) models (GPU inference with data in CPU memory as input and output), see official NVIDIA installation guide.

Optional: Install CUDA 11.7

For running full inference on NVIDIA GPU (with data in GPU memory as input and output), install CUDA 11.7.

Download the model

Celantur will provide you link to download the model.

Test the installation

Try out the SDK examples.

Last updated