MCPcopy Create free account
hub / github.com/PeizeSun/SparseR-CNN / apply_coords

Method apply_coords

detectron2/data/transforms/transform.py:272–273  ·  view source on GitHub ↗
(self, coords)

Source from the content-addressed store, hash-verified

270 return self.op(img)
271
272 def apply_coords(self, coords):
273 return coords
274
275 def inverse(self):
276 return NoOpTransform()

Callers 3

test_center_expandMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_center_expandMethod · 0.36