Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Totoro97/NeuS
/ sdf_hidden_appearance
Method
sdf_hidden_appearance
models/fields.py:93–94 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
91
return
self.forward(x)[:, :1]
92
93
def
sdf_hidden_appearance(self, x):
94
return
self.forward(x)
95
96
def
gradient(self, x):
97
x.requires_grad_(True)
Callers
nothing calls this directly
Calls
1
forward
Method · 0.95
Tested by
no test coverage detected