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

Method apply_segmentation

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

Source from the content-addressed store, hash-verified

84 return coords_out
85
86 def apply_segmentation(self, segmentation):
87 return NotImplemented
88
89 def inverse(self):
90 return NotImplemented

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected