未验证 提交 07d25fb8 编写于 作者: W wangguanzhong 提交者: GitHub

fix pptracking save result (#5240)

上级 7b60e7d8
...@@ -197,7 +197,7 @@ void SaveMOTResult(const MOTResult& results, ...@@ -197,7 +197,7 @@ void SaveMOTResult(const MOTResult& results,
continue; continue;
} }
std::ostringstream os; std::ostringstream os;
os << frame_id << " " << ids << "" << x1 << " " << y1 << " " << w << " " os << frame_id << " " << ids << " " << x1 << " " << y1 << " " << w << " "
<< h << "\n"; << h << "\n";
record = os.str(); record = os.str();
records->push_back(record); records->push_back(record);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册