retinify 0.2.0
Real-Time AI Stereo Vision Library
Loading...
Searching...
No Matches
Installation

Retinify supports Linux (Ubuntu) and can be easily installed using the provided build.sh script.
This script generates a Debian package, enabling clean installation, easy updating, and simple removal using standard package management tools.

Dependencies

Build Toolchain

AI Runtime

Clone the retinify repository.

git clone --recurse-submodules https://github.com/retinify/retinify.git
cd retinify

Install retinify

Build retinify and install its Debian package.

./build.sh --install --tensorrt

Verify Installation

You can check whether the Debian package is installed using the following script.

dpkg -s libretinify-dev

Uninstall retinify

To uninstall the Debian package, use the following script.

sudo apt remove libretinify-dev