|
std::tuple<int, int, int, int> pbox = std::make_tuple(box.left, box.top, box.right, box.bottom);
|
|
std::tuple<int, int, int, int> pbox = std::make_tuple(box.left, box.top, box.right, box.bottom);
|
|
text = str_format("%s %.2f id=%d", box.label.c_str(), box.score, box.class_id);
|
|
text = str_format("%s %.2f id=%d", box.label.c_str(), box.score, box.class_id);
|