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

Method bev

embodiedscan/structures/points/cam_points.py:53–55  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

51
52 @property
53 def bev(self) -> Tensor:
54 """Tensor: BEV of the points in shape (N, 2)."""
55 return self.tensor[:, [0, 2]]
56
57 def convert_to(self,
58 dst: int,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected