LZQthePlane / Online-Realtime-Action-Recognition-based-on-OpenPose

A skeleton-based real-time online action recognition project, classifying and recognizing base on framewise joints, which can be used for safety surveilence.
Apache License 2.0
658 stars 231 forks source link

DeepSort algorithm的链接找不到了 #61

Open sunfeng90 opened 4 years ago

sunfeng90 commented 4 years ago

你好,你做的很棒。想问一下,DeepSort algorithm是哪个算法?对应的链接找不到内容了。是TianzongSong的Real-Time-Action-Recognition项目中用到的sort算法吗?

ajithvcoder commented 4 years ago

@sunfeng90 Deep sort is a multi object multi instance tracking algorithm . https://github.com/nwojke/deep_sort https://arxiv.org/abs/1703.07402

sunfeng90 commented 4 years ago

@ajithvallabai Thanks.Do you know how to see the details of the VGG_origin model and mobilenet_thin?

ajithvcoder commented 4 years ago

@sunfeng90 What details ? do u want to set the details ?

sunfeng90 commented 4 years ago

@sunfeng90 What details ? do u want to set the details ?

@ajithvallabai the code of models. Do you know it?

ajithvcoder commented 4 years ago

@sunfeng90 yes models are present here Online-Realtime-Action-Recognition-based-on-OpenPose\Pose\graph_models and its loaded in main.py

pu8019 commented 1 year ago

您好,我想知道还有下载 ./download.sh的路径吗,有的话能给我发一下吗