Main
This commit is contained in:
parent
34cd6cc502
commit
c3b7ca1a3e
@ -31,11 +31,11 @@ int main(int argc, char** argv) {
|
|||||||
|
|
||||||
std::string label_fname = reext(argv[1]);
|
std::string label_fname = reext(argv[1]);
|
||||||
|
|
||||||
yolo_write_labels(label_fname, boxes);
|
//yolo_write_labels(label_fname, boxes);
|
||||||
|
|
||||||
// Show image with bounding boxes.
|
// Show image with bounding boxes.
|
||||||
// imshow("Bounding Boxes", img);
|
imshow("Bounding Boxes", img);
|
||||||
// waitKey(0);
|
waitKey(0);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user