Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/drinkingcoder/NeuralMarker
/ upflow8
Function
upflow8
core/utils/utils.py:164–166 ·
view source on GitHub ↗
(flow, mode='bilinear')
Source
from the content-addressed store, hash-verified
162
163
164
def
upflow8(flow, mode=
'bilinear'
):
165
new_size = (8 * flow.shape[2], 8 * flow.shape[3])
166
return
8 * F.interpolate(flow, size=new_size, mode=mode, align_corners=True)
167
168
169
def
entry_convert(entry):
Callers
2
forward
Method · 0.90
forward
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected