Go to file
wffjwbbf ef837de862 Delete 'DeepSORT1.png' 2022-11-24 13:51:32 +08:00
deep_sort fix device datatype incompatible bug 2022-10-19 09:27:39 +08:00
models handle warnings for package lost by raising errors 2022-10-15 20:56:14 +08:00
utils recover deepSORT checkpoint 2022-10-19 09:38:59 +08:00
.gitignore fix device datatype incompatible bug 2022-10-19 09:27:39 +08:00
README.md Readme Update 2022-10-18 14:30:16 +08:00
detect.py added DeepSORT,now can track object by detection 2022-10-18 14:15:11 +08:00
example_deepsort.py recover deepSORT checkpoint 2022-10-19 09:38:59 +08:00
example_yolov7.py added DeepSORT,now can track object by detection 2022-10-18 14:15:11 +08:00
param.py added DeepSORT,now can track object by detection 2022-10-18 14:15:11 +08:00
train.py ADD file via upload 2022-11-24 13:50:55 +08:00

README.md

YOLOv7+DeepSORT行人检测与跟踪

简化后的YOLOv7推断模块

见yolov7-inferonly分支

DeepSORT模块

  • 效果图

avatar

Reference

DeepSORT实现-github