Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yangchris11/samurai
/ items
Method
items
sam2/sam2/utils/amg.py:43–44 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
41
return
self._stats[key]
42
43
def
items(self) -> ItemsView[str, Any]:
44
return
self._stats.items()
45
46
def
filter(self, keep: torch.Tensor) -> None:
47
for
k, v in self._stats.items():
Callers
15
save_masks_to_dir
Function · 0.80
vos_inference
Function · 0.80
vos_separate_inference_per_object
Function · 0.80
_add_output_per_object
Method · 0.80
_slice_state
Method · 0.80
select_closest_cond_frames
Function · 0.80
_prepare_memory_conditioned_features
Method · 0.80
filter
Method · 0.80
cat
Method · 0.80
to_numpy
Method · 0.80
benchmark
Function · 0.80
_validate_optimizer_schedulers
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected