MCPcopy Create free account
hub / github.com/openai/point-e / num_classes

Method num_classes

point_e/evals/feature_extractor.py:81–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79
80 @property
81 def num_classes(self) -> int:
82 return 40
83
84 def features_and_preds(self, streamer: NpzStreamer) -> Tuple[np.ndarray, np.ndarray]:
85 batch_size = self.device_batch_size * len(self.devices)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected