Update notebooks (#17260)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
83404afff1
commit
6ffd8841fd
3 changed files with 3 additions and 3 deletions
|
|
@ -176,7 +176,7 @@
|
|||
"\n",
|
||||
" # Annotate each mask with its corresponding tracking ID and color\n",
|
||||
" for mask, track_id in zip(masks, track_ids):\n",
|
||||
" annotator.seg_bbox(mask=mask, mask_color=colors(track_id, True), track_label=str(track_id))\n",
|
||||
" annotator.seg_bbox(mask=mask, mask_color=colors(int(track_id), True), label=str(track_id))\n",
|
||||
"\n",
|
||||
" # Write the annotated frame to the output video\n",
|
||||
" out.write(im0)\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue