Skip to content

Commit

Permalink
less debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cquest committed Nov 17, 2024
1 parent e063e1a commit f599389
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/detect/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def detector(picture, cls=''):

info = []
bbox = []
print("hblock, vblock, sample :",hblock, vblock, sample)
for r in range(len(result)):
for b in range(len(result[r].boxes)):
obj = result[r].boxes[b]
Expand Down

0 comments on commit f599389

Please sign in to comment.