Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenGVLab/HumanBench
/ __repr__
Method
__repr__
PATH/core/models/ops/boxes.py:240–241 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
238
return
self.tensor.shape[0]
239
240
def
__repr__(self) -> str:
241
return
"Boxes("
+ str(self.tensor) +
")"
242
243
def
inside_box(self, box_size: Tuple[int, int], boundary_threshold: int = 0) -> torch.Tensor:
244
""
"
Callers
1
create_dataset
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected