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

Method apply_segmentation

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

Source from the content-addressed store, hash-verified

25 return coords
26
27 def apply_segmentation(self, segmentation):
28 return segmentation
29
30 def apply_image(self, img, interp=None):
31 return self.hue(img)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected