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

Method bev

embodiedscan/structures/points/base_points.py:263–265  ·  view source on GitHub ↗

Tensor: BEV of the points in shape (N, 2).

(self)

Source from the content-addressed store, hash-verified

261
262 @property
263 def bev(self) -> Tensor:
264 """Tensor: BEV of the points in shape (N, 2)."""
265 return self.tensor[:, [0, 1]]
266
267 def in_range_bev(
268 self, point_range: Union[Tensor, np.ndarray,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected