Skip to content

Latest commit

 

History

History
51 lines (20 loc) · 622 Bytes

README.md

File metadata and controls

51 lines (20 loc) · 622 Bytes

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