Go to file
wuzheng 6449038464 change query id show syntax 2022-12-23 20:57:26 +08:00
deep_sort change query id show syntax 2022-12-23 20:57:26 +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 ignore file update 2022-12-03 22:35:35 +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 add online reid with DeepSORT by match pool rank 2022-12-03 18:55:13 +08:00
example_reid.py change query id show syntax 2022-12-23 20:57:26 +08:00
param.py ignore file update 2022-12-03 22:35:35 +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