MCPcopy Create free account
hub / github.com/HYUNJS/SGT / apply_segmentation

Method apply_segmentation

projects/Datasets/Transforms/transform.py:142–143  ·  view source on GitHub ↗
(self, segmentation)

Source from the content-addressed store, hash-verified

140 return coords
141
142 def apply_segmentation(self, segmentation):
143 return NotImplemented
144
145 def inverse(self):
146 # return AffineTransform(self.dst, self.src, self.output_size)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected