Skip to content

Commit

Permalink
Adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
laurynas committed Feb 29, 2024
1 parent 51e1ba7 commit 8b975eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/digitizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def detect(self, image, conf_threshold=DEFAULT_THRESHOLD):

results = zip(class_ids, scores, boxes)

# filter out digits
# select only the classes we are interested in
results = [r for r in results if r[0] in self.CLASSES]

# sort by x coordinate
Expand Down

0 comments on commit 8b975eb

Please sign in to comment.