MCPcopy Create free account
hub / github.com/OpenImagingLab/4DSloMo / get_features

Method get_features

scene/gaussian_model.py:209–212  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

207
208 @property
209 def get_features(self):
210 features_dc = self._features_dc
211 features_rest = self._features_rest
212 return torch.cat((features_dc, features_rest), dim=1)
213
214 @property
215 def get_opacity(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected