Skip to content

Commit

Permalink
chore: remove invalid files
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Dec 24, 2024
1 parent 103602a commit a6e4942
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file removed 1.jpg
Binary file not shown.
1 change: 0 additions & 1 deletion demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit a6e4942

Please sign in to comment.