提交 4a27ac35 编写于 作者: L LDOUBLEV

delete unused comment

上级 947470a3
......@@ -88,12 +88,7 @@ int main(int argc, char **argv) {
std::vector<std::vector<std::vector<int>>> boxes;
det.Run(srcimg, boxes);
// for (auto box : boxes){
// std::cout << "box: " << box[0][0] << " " << box[0][1] << " "
// << box[1][0] << " " << box[1][1] << " "
// << box[2][0] << " " << box[2][1] << " "
// << box[3][0] << " " << box[3][1] << " " << std::endl;
// }
rec.Run(boxes, srcimg, cls);
auto end = std::chrono::system_clock::now();
auto duration =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册