• Stars
    star
    118
  • Rank 298,189 (Top 6 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created almost 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

可基于摄像头实时监控或录制的视频或静态图片进行行人检测(lffd)/跟踪(deep sort)和行人重识别(reid)。

行人检测和识别

可基于摄像头实时监控或录制的视频或静态图片检测行人并跟踪。

行人检测

检测算法使用 LFFD ,跟踪算法使用deep sort ,主程序入口main.py。

行人重识别

使用 reid-strong-baseline 算法进行识别,主程序入口reid.py。