mirror of
https://github.com/ultralytics/ultralytics
synced 2026-05-24 09:38:39 +00:00
YOLOE: Fix visual prompt usage in docs (#19981)
Signed-off-by: JSheng Pan <36942973+JShengP@users.noreply.github.com>
This commit is contained in:
parent
815f003802
commit
ce35be0478
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ Object detection is straightforward with the `predict` method, as illustrated be
|
|||
|
||||
# Set visual prompt
|
||||
visuals = dict(
|
||||
bboxes=np.array([221.52, 405.8, 344.98, 857.54]),
|
||||
bboxes=np.array([[221.52, 405.8, 344.98, 857.54]]),
|
||||
cls=np.array([0]),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue