DS(deepsort cpp version)
C++ implementation of Simple Online Realtime Tracking with a Deep Association Metric
| component | version |
|---|---|
| eigen | 3.3 |
| opencv | - |
| boost | - |
| tensorflow | 1.4 |
./make.sh
change the var values at lines160-162 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
./r.sh
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