Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/thygate/stable-diffusion-webui-depthmap-script
/ resnet50_stride32
Function
resnet50_stride32
lib/network_auxi.py:8–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
7
8
def
resnet50_stride32():
9
return
DepthNet(backbone=
'resnet'
, depth=50, upfactors=[2, 2, 2, 2])
10
11
def
resnext101_stride32x8d():
12
return
DepthNet(backbone=
'resnext101_32x8d'
, depth=101, upfactors=[2, 2, 2, 2])
Callers
nothing calls this directly
Calls
1
DepthNet
Class · 0.85
Tested by
no test coverage detected