Skip to content

Commit

Permalink
dev(narugo): fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Sep 26, 2023
1 parent 2a178fe commit 49d7431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgutils/detect/eye.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def detect_eyes(image: ImageTyping, level: str = 's', version: str = 'v1.0', max
>>> image = 'squat.jpg'
>>> result = detect_eyes(image) # detect it
>>> result
[((127, 21, 629, 637), 'eye', 0.9040350914001465)]
[((297, 239, 341, 271), 'eye', 0.7760562896728516), ((230, 289, 263, 308), 'eye', 0.7682342529296875)]
>>>
>>> # visualize it
>>> from matplotlib import pyplot as plt
Expand Down

0 comments on commit 49d7431

Please sign in to comment.