Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeepSort NN - feature request #13

Open
trackme518 opened this issue Mar 17, 2022 · 2 comments
Open

DeepSort NN - feature request #13

trackme518 opened this issue Mar 17, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@trackme518
Copy link

Hi,
first of all thanks for the awesome library! I am testing it right now and it is very nice to see YOLO4tiny implemented. However, I am into tracking stuff and while the YOLO could be implemented into a more traditional blob tracking pipeline I would like to see a proper DeepSORT implementation.

Please have a look at this: https://github.com/theAIGuysCode/yolov4-deepsort

I have already run the DeepSort from that repository on separate computers and it works very well for tracking purposes. As the DeepSort is just YOLO+SORT it might not be that hard to implement since you have YOLO already and the linked GitHub repo is using OpenCV DNN as well.

Let me know if you feel like doing it and if there is something I can assist you with.

@cansik cansik added the enhancement New feature or request label Mar 17, 2022
@cansik
Copy link
Owner

cansik commented Mar 17, 2022

DeepSORT looks interesting, I am mainly using motpy for multi-object tracking using a more traditional approach. I will have a look if and how it could be integrated. If you want to contribute, your are of course more than welcome to create a PR.

But to be honest, I started writing a new computer vision framework (similar to deep-vision) for python, because it is so much easier to integrate recent development in that field into an existing python pipeline, instead of rewriting everything in java. Also some frameworks are way better integrated, for example MediaPipe or OpenVINO. The framework is not public yet, but I am using it already in production for exhibitions and performances.

@trackme518
Copy link
Author

trackme518 commented Mar 17, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants