Multi tracking is now possible!!!#284
Conversation
|
This is a nice addition to this repo. Need to check whether this is compatible with the evaluation script |
|
Hi @mikel-brostrom, you can use the parameter I already did some suggestion a few months ago (#88 (comment)) but I thought somebody could do the PR for me. I don't have too much time. I also did a new commit which is able to save each streams, please check my git: https://github.com/hdnh2006/Yolov5_DeepSort_Pytorch So please Mikel, if you need some help, let me know. |
I see. I will add the latest updates to the branch. Thank you for your contribution! |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
|
Finally got this merged. Had to find time to make sure that all the results from each stream got saved to a separate folders. FYI, crops associated to each stream, class and ID are now saved in dedicated folders as well. Thank for your contribution @hdnh2006 ! |
|
I am happy to appear here as a contributor: I actually suggested in the past this modification in a comment: #88 (comment) Unfortunately my time is limited and I had not been able to do this PR, but this repo has helped me a lot and I wanted to contribute with it. Congratulations! |

With this PR yolov5 deepsort will be able to track multiple cameras!!!
Just run the code
track.pyas yolov5 does:python track.py --source streams.txtwhere
streams.txtisLet me know any suggestion.