Skip to content

aletheia-ai/gst-deepsort

 
 

Repository files navigation

Gstreamer Plugin for Deep SORT

Sample Gstreamer plugin for Deep SORT. Based off of this C++ project.

To Build

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.

References

  1. Nvidia's DeepStream Library
  2. Aforementioned libraries

About

Gstreamer Plugin for Deep SORT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.8%
  • CMake 10.2%
  • C 10.0%