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