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 6eca054 commit 2825231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/yolov8.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def predict(self, image: Image.Image) -> Optional[BoundingBox]:
half=self.half,
device=self.device,
max_det=self.max_det,
)
verbose=False)
results = []
for r in pred:
results = r.boxes.xywh.tolist()
Expand Down

0 comments on commit 2825231

Please sign in to comment.