Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: notebook state and object type in instructions
  • Loading branch information
furkan committed Dec 4, 2025
commit e02928e3790a748aff0d9377892a4c6a5cfea32a
7 changes: 4 additions & 3 deletions notebooks/how-to-segment-videos-with-segment-anything-3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@
"source": [
"### Adding a text prompt\n",
"\n",
"Here we use the text prompt \"person\" to detect all people in the video. SAM 3 will automatically identify multiple person instances and assign each a unique object ID."
"Here we use the text prompt \"jet\" to detect all jets in the video. SAM 3 will automatically identify multiple jet instances and assign each a unique object ID."
],
"metadata": {
"id": "4I93bYViMBLo"
Expand Down Expand Up @@ -1625,10 +1625,11 @@
"_view_name": "StyleView",
"description_width": ""
}
}
},
"state": {}
}
}
},
"nbformat": 4,
"nbformat_minor": 5
}
}