What do automatic_masks dictionary values mean in the sam_exploration notebook? #149
-
Just interested! |
Beta Was this translation helpful? Give feedback.
Answered by
rafaspadilha
Feb 15, 2024
Replies: 1 comment
-
Hi, @RMNT. The
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rafaspadilha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, @RMNT. The
automatic_masks
is returned bySamAutomaticMaskGenerator.generate()
method provided by the Segment Anything package. Here is the documentation for that method, detailing the returned dictionary: