Sample Gstreamer plugin for Deep SORT. Based off of this C++ project.
CXXFLAGS="-D_GLIBCXX_USE_CXX11_ABI=0" CMAKE_CXX_FLAGS_RELEASE="-D_GLIBCXX_USE_CXX11_ABI=0" cmake -DCMAKE_BUILD_TYPE=Release ..;make -j8 install
This will install the headers in /usr/include and the library onto the gstreamer-1.0 library directory. By default, it expects Deep SORT to be in /workspace/deep_sort. If this is not the case, specify the root directory of Deep SORT project by adding -D DEEPSORT_ROOT_DIR option when doing cmake. Use my reference repository to create the standalone shared library to be used in conjunction with this plugin.
- Nvidia's DeepStream Library
- Aforementioned libraries