Commit 7009e1a6 authored by meng's avatar meng

增加为9个状态量

parent 7893b732
......@@ -777,6 +777,7 @@ void TrackingRos::ThreadTrackingProcess()
data.push_back(obj.l);
data.push_back(obj.w);
data.push_back(obj.h);
data.push_back(1);
if (obj.score < m_high_low_score)
{
inputL.emplace_back(data);
......@@ -992,4 +993,4 @@ void TrackingRos::ThreadTrackingProcess()
}
}
}
\ No newline at end of file
}
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