Skip to content

Commit

Permalink
feat: halloween (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
phen0menon authored Oct 31, 2024
1 parent 43f8b7d commit 5cd0efc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Binary file modified best.pt
Binary file not shown.
4 changes: 0 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,6 @@ def detect_figure_and_click(self, detected: List[Any], window: Window) -> None:
title = box.cls.item()
# print(f"{box.cls.item()}; {box.conf.item()}")

# ignore bombs
if title == 3:
continue

object_clickable_shape = None

if title:
Expand Down

0 comments on commit 5cd0efc

Please sign in to comment.