Go to file
ken4647 fc711adbee Merge branch 'simple_reid' of https://gitlink.org.cn/SeekingForJoy/ComDesignProject into simple_reid 2022-11-24 22:17:53 +08:00
deep_sort terrible finish 2022-10-19 15:48:17 +08:00
fastreid adapt CMC calc for self-designed extractor 2022-11-24 22:17:48 +08:00
.gitignore basic update,del deepsort and yolo 2022-10-19 23:05:47 +08:00
README.md Readme Update 2022-10-18 14:30:16 +08:00
cmc_reid.py Merge branch 'simple_reid' of https://gitlink.org.cn/SeekingForJoy/ComDesignProject into simple_reid 2022-11-24 22:17:53 +08:00
gallery_pull.py cmc_calc_module 2022-11-21 23:20:40 +08:00
param.py adapt CMC calc for self-designed extractor 2022-11-24 22:17:48 +08:00
simple_reid.py cmc_calc_module 2022-11-21 23:20:40 +08:00
videoTframe.py basic update,del deepsort and yolo 2022-10-19 23:05:47 +08:00

README.md

YOLOv7+DeepSORT行人检测与跟踪

简化后的YOLOv7推断模块

见yolov7-inferonly分支

DeepSORT模块

  • 效果图

avatar

Reference

DeepSORT实现-github