Skip to content

Commit d5ec525

Browse files
committed
Update documentation
1 parent 11f7b4f commit d5ec525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meshroom/imageSegmentation/VideoSegmentationSam3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ class VideoSegmentationSam3(desc.Node):
1717

1818
category = "Utils"
1919
documentation = """
20-
Based on the Segment Anything model 3, the node generates a binary mask from a text prompt, a single bounding box or
21-
a set of positive and negative clicks (Clicks In/Out).
20+
Based on the Segment Anything video predictor model 3, the node generates a binary mask from a text prompt,
21+
a single bounding box or a set of positive and negative clicks (Clicks In/Out).
2222
Two masks are generated, a binary one and a colored one that the indexes of every sub masks.
2323
Object Ids are color encoded as follow:
2424
0:[1,0,0] = xff0000

0 commit comments

Comments
 (0)