diff --git a/1.jpg b/1.jpg deleted file mode 100644 index df6b804..0000000 Binary files a/1.jpg and /dev/null differ diff --git a/demo.py b/demo.py index c890650..ef1c277 100644 --- a/demo.py +++ b/demo.py @@ -11,7 +11,6 @@ img = cv2.imread(img_path) boxes, scores, class_names, elapse = layout_engine(img_path) -print(boxes.shape) ploted_img = VisLayout.draw_detections(img, boxes, scores, class_names) if ploted_img is not None: cv2.imwrite("layout_res.png", ploted_img)