Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fadilm777 committed Feb 6, 2024
1 parent 670dcf3 commit 6eca054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/yolov8.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def predict(self, image: Image.Image) -> Optional[BoundingBox]:
results = r.boxes.xywh.tolist()
if len(results) == 0: return None
else:
results = results[0]
x = results[0]
y = results[1]
w = results[0]
Expand Down

0 comments on commit 6eca054

Please sign in to comment.