MCPcopy Create free account
hub / github.com/InternRobotics/EmbodiedScan / shape

Method shape

embodiedscan/structures/points/base_points.py:154–156  ·  view source on GitHub ↗

torch.Size: Shape of points.

(self)

Source from the content-addressed store, hash-verified

152
153 @property
154 def shape(self) -> torch.Size:
155 """torch.Size: Shape of points."""
156 return self.tensor.shape
157
158 def shuffle(self) -> Tensor:
159 """Shuffle the points.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected