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

Function horizontal_flip

utils/utils.py:276–278  ·  view source on GitHub ↗
(image)

Source from the content-addressed store, hash-verified

274 return metric_list
275
276def horizontal_flip(image):
277 image = image[:, ::-1, :]
278 return image
279
280def vertical_flip(image):
281 image = image[::-1, :, :]

Callers 1

tta_modelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected