Skip to content

Commit a6e4942

Browse files
committed
chore: remove invalid files
1 parent 103602a commit a6e4942

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

1.jpg

-51.2 KB
Binary file not shown.

demo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
img = cv2.imread(img_path)
1212

1313
boxes, scores, class_names, elapse = layout_engine(img_path)
14-
print(boxes.shape)
1514
ploted_img = VisLayout.draw_detections(img, boxes, scores, class_names)
1615
if ploted_img is not None:
1716
cv2.imwrite("layout_res.png", ploted_img)

0 commit comments

Comments
 (0)