MCPcopy Create free account
hub / github.com/cvlab-epfl/MeshSDF / make_sequence

Method make_sequence

lib/models/decoder.py:29–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 super(DeepSDF, self).__init__()
28
29 def make_sequence():
30 return []
31 if positional_encoding is True:
32 dims = [latent_size + 2*fourier_degree*3] + dims + [1]
33 else:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected