From 56cc247bee4c621291cb2873f7ced063f615aae4 Mon Sep 17 00:00:00 2001 From: hao-Jian-Qiang <106374955+hao-Jian-Qiang@users.noreply.github.com> Date: Tue, 4 Jul 2023 22:17:15 +0800 Subject: [PATCH] Update demo.py wrong capitalization --- demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo.py b/demo.py index 83a129ee..8aa0446e 100644 --- a/demo.py +++ b/demo.py @@ -72,7 +72,7 @@ fout.write("{} {} {} {}\n".format(y1, x1, y2, x2)) fout.close() - cv2.destroyWindow("Image") + cv2.destroyWindow("image") print("selected bounding boxes are saved to {}".format(out_bbox_file)) else: with open(args.bbox_file, "r") as fin: