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

Method forward

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

Source from the content-addressed store, hash-verified

117 return h
118
119 def forward(self, vol, x, aabb=None):
120 feat_map = self.encode(vol)
121 return self.decode(x, feat_map, aabb=aabb)
122
123
124class AutoEncoderGroupSkip(nn.Module):

Callers

nothing calls this directly

Calls 2

encodeMethod · 0.95
decodeMethod · 0.95

Tested by

no test coverage detected