MCPcopy Create free account
hub / github.com/afford-motion/afford-motion / num_groups

Method num_groups

models/modules.py:78–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

76
77 @property
78 def num_groups(self):
79 return self.num_points // 64
80
81 def _make_enc(self, block, planes, blocks, share_planes=8, stride=1, nsample=16):
82 layers = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected