This commit is contained in:
Jacob Signorovitch 2025-01-04 20:09:59 -05:00
parent 34cd6cc502
commit c3b7ca1a3e

View File

@ -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;
} }