Let’s come to my concern What My scenario is In the full Frame I Have ROI …
Now My concern is After Primary detector I want to filter if that particular Bbox Inside my ROI then I will give this to my tracker else I don’t want to tracker other object (It will cost to MY GPU and CPU)------->
is there any way to fulfil my requirement If yes
How I can Do it !
nvdspreprocess can’t do it. It seems need handle in nvdsanalytics. I will check internally and feedback. Is it possible to share more detail of your use scenario? Thanks.
Suppose in airport or railway station They Want people count with particular area and for us the area is not square it’s pentagon , or hexagon or like that !
What I want to do is After detect primary detector I want to filter those Who are belonging inside ROI and send then to tracker and tracker to secondary model !
Like this I’m thinking for that I need that !
I hope now it’s more clear for you !
I’ve a quick question. That is primary detector ---->nvdsanalytics----->tracker
My question is how does I link nvdsanalytics to Tracker ?
for other element what I have to do is !
x.link(y)
y.link(z)
like this we can do with nvdsanalytics----->tracker
Or any other approach I have to follow !