AnbuKumar-maker / AI-in-Xavier-NX

In this new repository, I will be tracking all the AI programs I will be building and deploying on Xavier NX with 2 cameras
7 stars 0 forks source link

Tracking multiple objects in videos or on live cam without servokit #1

Open chrisTopp84 opened 3 years ago

chrisTopp84 commented 3 years ago

Hi AnbuKumar,

this is not an issue but a question.

I'm asking myself if it is possible to add a tracker to your object detector for tracking persons/pedestrians in a video or on live cam? For example to count pedestrians who are crossing a counting line.

Maybe you already have a tracker that can be used in combination with your existing object detecor? Btw. thanks for sharing the object detector. It is running fine :)

BR chris

AnbuKumar-maker commented 3 years ago

Hello Chris Yes its absolutely possible to add a tracker to target on pre-trained object or a person and trigger a numerical counter on the window.

Regards RoboThoughts AI Services Pvt Ltd

On 30-Oct-2020, at 2:33 PM, chrisTopp84 notifications@github.com wrote:

Hi AnbuKumar,

this is not an issue but a question.

I'm asking myself if it is possible to add a tracker to your object detector for tracking persons/pedestrians in a video or on live cam? For example to count pedestrians who are crossing a counting line.

Maybe you already have a tracker that can be used in combination with your existing object detecor? Btw. thanks for sharing the object detector. It is running fine :)

BR chris

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

chrisTopp84 commented 3 years ago

Thanks a lot for your reply.

Could you explain to me how I have to proceed to implement a tracker on my own and make it work in combination with your object detector? Or if you possibly already have an implemented tracker that would be really great :)

AnbuKumar-maker commented 3 years ago

Sure, I will make one and post a repo in Git

Regards RoboThoughts AI Services Pvt Ltd

On 30-Oct-2020, at 5:07 PM, chrisTopp84 notifications@github.com wrote:

Thanks a lot for your reply.

Could you explain to me how I have to proceed to implement a tracker on my own and make it work in combination with your object detector? Or if you possibly already have an implemented tracker that would be really great :)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

chrisTopp84 commented 3 years ago

Thank you very much! That would be a great help for me because unfortunately I did not not make it on my own.