diff --git a/demo.py b/demo.py index 83a129e..8aa0446 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: