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

Method polygons

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

Source from the content-addressed store, hash-verified

103
104 @property
105 def polygons(self):
106 if self._polygons is None:
107 self._polygons, self._has_holes = self.mask_to_polygons(self._mask)
108 return self._polygons
109
110 @property
111 def has_holes(self):

Callers

nothing calls this directly

Calls 1

mask_to_polygonsMethod · 0.95

Tested by

no test coverage detected