Skip to content

基于DeepSORT算法实现端到端的行人多目标跟踪。

Notifications You must be signed in to change notification settings

luanshiyinyang/DeepSORT

Repository files navigation

DeepSORT multi-object detection implementation by pytorch

This project refer to ZQPei's repo,i did some optimization.

environment

install several following packages, more info in requirements.

  • pytorch>=1.0
  • numpy
  • scipy

run demo

use next code in terminal to run tracking in a video file.

python yolo3_deepsort.py --video_path ../data/TownCenter.avi

use next code in terminal to run tracking in your camera capture.

python yolo3_deepsort_camera.py

results

sample result as following picture.

About

基于DeepSORT算法实现端到端的行人多目标跟踪。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published