Closed garytann closed 1 year ago
This is a multi phase process. Below is very broad and high level approach. My suggestion, never try to do an MVP without UNDERSTANDING the process and algorithms, let alone building an API and deployment.
ReiD
model. Now the cropped boxes from 2
get fed to this model, model gives image embedding for every crop.SORT
in out case) which says "okay, this box is supposed to be person 1 from last frame etc etc)That's how it tracks the boxes starting from Frame 1 to Frame 1. You'll have to read articles and papers to gain in depth knowledge of these.
Hi @deshwalmahesh thank you for the explanation, are there any resources I can look at to gain better knowledge for this? Really keen learner here! Thank you!
@garytann Start with reading about "Siamese Network" then go to "Fine tune a Siamese Network for images" and then proceed to "DeepSORT" paper and blogs. Quick Google search would do this.
Hey there, I am new to deepsort tracking, can I get an understanding of how a simple application works? I am going through the demo notebook and found out there is a detection process and it seems necessarily to do it before the tracking because it is to generate the bbox? even tho the objects that you are tracking is not related to the image?
I am trying to wrap to wrap this module into an api call that I could use, could you share some insights and resource with me to help me understand the pipeline better?
Thank you!