Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LeapLabTHU/ActiveNeRF
/ embed
Method
embed
run_nerf_helpers.py:49–50 ·
view source on GitHub ↗
(self, inputs)
Source
from the content-addressed store, hash-verified
47
self.out_dim = out_dim
48
49
def
embed(self, inputs):
50
return
torch.cat([fn(inputs)
for
fn in self.embed_fns], -1)
51
52
53
def
get_embedder(multires, i=0):
Callers
1
get_embedder
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected