MCPcopy Create free account
hub / github.com/SLDGroup/EMCAD / vertical_flip

Function vertical_flip

utils/utils.py:280–282  ·  view source on GitHub ↗
(image)

Source from the content-addressed store, hash-verified

278 return image
279
280def vertical_flip(image):
281 image = image[::-1, :, :]
282 return image
283
284def tta_model(model, image):
285 n_image = image

Callers 1

tta_modelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected