MCPcopy Create free account
hub / github.com/UX-Decoder/Semantic-SAM / mask

Method mask

utils/visualizer.py:99–102  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

97
98 @property
99 def mask(self):
100 if self._mask is None:
101 self._mask = self.polygons_to_mask(self._polygons)
102 return self._mask
103
104 @property
105 def polygons(self):

Callers

nothing calls this directly

Calls 1

polygons_to_maskMethod · 0.95

Tested by

no test coverage detected