Skip to content
/ DS Public
forked from oylz/DS

cpp deep_sort: C++ implementation of Simple Online Realtime Tracking with a Deep Association Metric

Notifications You must be signed in to change notification settings

RemGao/DS

 
 

Repository files navigation

DS

C++ implementation of Simple Online Realtime Tracking with a Deep Association Metric

  1. depencies:

(1) eigen

(2) opencv

(3) boost

(4)tensorflow1.4

  1. build

./make.sh

  1. prepare data

(1) change the var values at lines(335-337) in Main.cpp:

_imgDir = "/home/xyz/code1/xyz/img1/"; // MOT format

_rcFile = "/home/xyz/code1/xyz/det/det.txt"; // MOT format

_imgCount = 680; // frames count

  1. run

./r.sh

5.tips

tensorflow build:

(1) ./configure

(2) bazel build -c opt --copt=-mavx --copt=-mavx2 --copt=-mfma --copt=-mfpmath=both --copt=-msse4.2 --config=cuda tensorflow:libtensorflow_cc.so

About

cpp deep_sort: C++ implementation of Simple Online Realtime Tracking with a Deep Association Metric

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.8%
  • Shell 2.2%