mdegans / gst-distance

DeepStream social distancing plugin
GNU Lesser General Public License v3.0
4 stars 0 forks source link

gst-distance

Is a simple social distancing plugin for Nvidia DeepStream. It was written prior to the advent of nvanalytics and feature it's own metadata format.

Requirements:

Hardware

(or)

Software

Building

git clone --branch (branch) (repo url)
cd (repo folder)
mkdir build && cd build
meson (options) ..
ninja test
(sudo) ninja install

A systemwide install is not necessary if you tell meson to configure a --prefix like ~/.local and set GST_PLUGIN_PATH accordingly. ninja uninstall can be used to uninstall.