From e02928e3790a748aff0d9377892a4c6a5cfea32a Mon Sep 17 00:00:00 2001 From: furkan Date: Thu, 4 Dec 2025 14:46:03 +0300 Subject: [PATCH] fix: notebook state and object type in instructions --- .../how-to-segment-videos-with-segment-anything-3.ipynb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/notebooks/how-to-segment-videos-with-segment-anything-3.ipynb b/notebooks/how-to-segment-videos-with-segment-anything-3.ipynb index 4393c43..eecffa9 100644 --- a/notebooks/how-to-segment-videos-with-segment-anything-3.ipynb +++ b/notebooks/how-to-segment-videos-with-segment-anything-3.ipynb @@ -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" @@ -1625,10 +1625,11 @@ "_view_name": "StyleView", "description_width": "" } - } + }, + "state": {} } } }, "nbformat": 4, "nbformat_minor": 5 -} \ No newline at end of file +}