Commit 41e9aa6f authored by oscar's avatar oscar

更新兼容代码

parent 096d7aab
......@@ -799,7 +799,8 @@ void TrackingRos::ThreadTrackingProcess()
nvtxRangePush("m_tracker.Run");
#endif
//m_tracker.Run(input,7,10, detectionsId, updateId, lostId);
m_tracker.Run(inputH,inputL, 7, 10, updateHId, updateLId, lostId);
std::map<uint64_t, int> addId;
m_tracker.Run(inputH,inputL, 7, 10, updateHId,addId, updateLId, lostId);
#ifdef _USING_NSIGHT_
nvtxRangePop();
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment