Integrate custom tracking model with Deepstream
Introduction
Deepstream is a library that allow you to build a pipeline from detection, tracking then visualize result.
While Deepstream pipeline is straight forward, it is close source and its tracking model is integrated into the library. This would limit our tracking capability.
In this tutorial, we will learn how to use our own tracking model to Deepstream. I would use their provided docker to demonstrate. But you can use their source code and build it yourself.
In next tutorial, we will learn how to build our own pipeline without depending on deepstream.
Install

Config docker
After install nvidia-docker from instruction_link
After install