MCPcopy Create free account
hub / github.com/LeapLabTHU/ActiveNeRF / __init__

Method __init__

run_nerf_helpers.py:21–23  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

19# Positional encoding (section 5.1)
20class Embedder:
21 def __init__(self, **kwargs):
22 self.kwargs = kwargs
23 self.create_embedding_fn()
24
25 def create_embedding_fn(self):
26 embed_fns = []

Callers

nothing calls this directly

Calls 1

create_embedding_fnMethod · 0.95

Tested by

no test coverage detected