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 2633144 commit eb81116
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 @@ -56,6 +56,7 @@ def predict(self, image: Image.Image) -> Optional[BoundingBox]:
device=self.device,
max_det=self.max_det,
)
print("-----------------------")
print(results[0])

if __name__ == "__main__":
Expand Down

0 comments on commit eb81116

Please sign in to comment.