Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DIVE128/DMVSNet
/ __init__
Method
__init__
networks/mvsnet.py:12–13 ·
view source on GitHub ↗
(self, mode="regression")
Source
from the content-addressed store, hash-verified
10
11
class
DepthNet(nn.Module):
12
def
__init__(self, mode=
"regression"
):
13
super(DepthNet, self).__init__()
14
15
def
forward(self, cost_reg, depth_values, num_depth, interval, prob_volume_init=None,stage=0):
16
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected