Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZhengPeng7/BiRefNet
/ forward
Method
forward
models/refinement/stem_layer.py:39–45 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
37
)
38
39
def
forward(self, x):
40
x = self.conv1(x)
41
x = self.norm1(x)
42
x = self.act(x)
43
x = self.conv2(x)
44
x = self.norm2(x)
45
return
x
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected