MCPcopy Create free account
hub / github.com/DIVE128/DMVSNet / forward

Method forward

networks/module.py:445–451  ·  view source on GitHub ↗

:param x: (b, c, d, h, w) :return: (b, 1, d, h, w)

(self, x)

Source from the content-addressed store, hash-verified

443 )
444
445 def forward(self, x):
446 """
447 :param x: (b, c, d, h, w)
448 :return: (b, 1, d, h, w)
449 """
450 w = self.w_net(x)
451 return w
452
453
454def depth_regression(p, depth_values,axis=1):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected