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

Method dims

tools/eval_script_portable.py:180–182  ·  view source on GitHub ↗

Tensor: Size dimensions of each box in shape (N, 3).

(self)

Source from the content-addressed store, hash-verified

178
179 @property
180 def dims(self) -> torch.Tensor:
181 """Tensor: Size dimensions of each box in shape (N, 3)."""
182 return self.tensor[:, 3:6]
183
184 @classmethod
185 def overlaps(cls, boxes1, boxes2, mode='iou', eps=1e-4):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected