MCPcopy Create free account
hub / github.com/Sin3DM/Sin3DM / forward

Method forward

src/encoding/networks.py:222–224  ·  view source on GitHub ↗
(self, vol, x, aabb=None)

Source from the content-addressed store, hash-verified

220 return h
221
222 def forward(self, vol, x, aabb=None):
223 feat_map = self.encode(vol)
224 return self.decode(x, feat_map, aabb=aabb)
225
226
227class AutoEncoderGroupPBR(nn.Module):

Callers

nothing calls this directly

Calls 2

encodeMethod · 0.95
decodeMethod · 0.95

Tested by

no test coverage detected