Guide & Examples to create deep learning gstreamer plugins and use them in your pipeline
Guide & Examples to create deeplearning gstreamer plugins and use them in your pipeline Thanks to the work done by @jackersson. In this repository we have taken inspirations from: gstreamer-python gst-plugins-tf We have currently tested our code on Ubuntu 18.04. You can also refer to the official installation document for your linux flavor. Packages Required sudo apt install cmake m4 git build-essential sudo apt install libssl-dev libcurl4-openssl-dev liblog4cplus-dev Gstreamer Installation sudo apt-get install libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc […]
Read more