MCPcopy Create free account
hub / github.com/ActiveVisionLab/DFNet / __init__

Method __init__

script/models/nerf.py:65–69  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

63# Positional encoding (section 5.1)
64class Embedder:
65 def __init__(self, **kwargs):
66 self.kwargs = kwargs
67 self.N_freqs = 0
68 self.N = -1 # epoch to max frequency, for Nerfie embedding only
69 self.create_embedding_fn()
70
71 def create_embedding_fn(self):
72 embed_fns = []

Callers

nothing calls this directly

Calls 1

create_embedding_fnMethod · 0.95

Tested by

no test coverage detected