Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
276
def
horizontal_flip(image):
277
image = image[:, ::-1, :]
278
return
image
279
280
def
vertical_flip(image):
281
image = image[::-1, :, :]
Callers
1
tta_model
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected