Go to file
ken4647 720b34d532 remove 'print' function for debug 2022-12-02 22:22:28 +08:00
deep_sort remove 'print' function for debug 2022-12-02 22:22:28 +08:00
models handle warnings for package lost by raising errors 2022-10-15 20:56:14 +08:00
utils terrible finish 2022-10-19 15:48:17 +08:00
.gitignore adapt sel-model as feature-extractor 2022-11-24 21:47:00 +08:00
DeepSORT1.png Readme Update 2022-10-18 14:30:16 +08:00
README.md Readme Update 2022-10-18 14:30:16 +08:00
detect.py adapt sel-model as feature-extractor 2022-11-24 21:47:00 +08:00
example_deepsort.py remove 'fastreid' by replace with self-designed 2022-12-01 12:40:10 +08:00
example_reid.py remove 'fastreid' by replace with self-designed 2022-12-01 12:40:10 +08:00
example_yolov7.py remove 'fastreid' by replace with self-designed 2022-12-01 12:40:10 +08:00
param.py remove 'print' function for debug 2022-12-02 22:22:28 +08:00
requirements.txt greatly decrease the probablity of ID Switch, 2022-11-05 11:41:33 +08:00

README.md

YOLOv7+DeepSORT行人检测与跟踪

简化后的YOLOv7推断模块

见yolov7-inferonly分支

DeepSORT模块

  • 效果图

avatar

Reference

DeepSORT实现-github