felixchenfy / Realtime-Action-Recognition

Apply ML to the skeletons from OpenPose; 9 actions; multiple people. (WARNING: I'm sorry that this is only good for course demo, not for real world applications !!! Those ary very difficult !!!)
MIT License
857 stars 248 forks source link

Is it possible to use deep sort algo for tracking instead of using your simple tracker can you provide me some info regarding that? #58

Open Anupama-898 opened 3 years ago

Anupama-898 commented 3 years ago

using deep sort will solve the problem of tracking on 5 people in a video.

felixchenfy commented 3 years ago

I think you can plug in the deep sort algorithm into this method: https://github.com/felixchenfy/Realtime-Action-Recognition/blob/master/utils/lib_tracker.py#L42

athulvingt commented 3 years ago

Have you tried this with deepsort @Anupama-898 ?