sort
sort copied to clipboard
Where do the dets came from?
As far as I can see, this project just saves markup and displays the results of the data , right? How can I get the tracking tag from the image or video?
You get the dets from an external detector. I provide a link to the one I used in the README. The code performs tracking (not detection) by associating the detections across frames.
how to mark a target in my picture then use this code to tracking the target?
@404hasbeenfound You can not do that using this code.