MCPcopy Create free account
hub / github.com/drinkingcoder/NeuralMarker / __init__

Method __init__

core/utils/forward_warp.py:10–11  ·  view source on GitHub ↗
(self,)

Source from the content-addressed store, hash-verified

8class ForwardWarp(nn.Module):
9 """docstring for WarpLayer"""
10 def __init__(self,):
11 super(ForwardWarp, self).__init__()
12
13 def forward(self, img, flo):
14 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected