How to get the source code of Gst-nvtracker:NvDCF?

Hi,
I am using nvDcf low level lib to track objects. I want to debug some tracking errors that annoied me. Will Nvidia open source the source code of the tracker-nvdcf?

Hi flora,

Current there is no plan to release the source code of tracker-nvdcf, may I know what’s your use case and why do you need that?

Hi kayccc
first, thanks for reply,the main reason is that before i use the tracking algorithm into practical use i have to verify its accuracy.
Then, is there some examples about how to convert CPU based tracking algorithm to cuda based that i can refer to .

Hi,

This cannot be applied through conversion but re-implementation.
Please noticed that you will need to write the algorithm in CUDA to make it work on GPU.

Thanks.