Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PABannier/sam3.cpp
/ PromptCase
Class
PromptCase
tests/dump_phase6_reference.py:29–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
28
@dataclass
29
class
PromptCase:
30
case_id: str
31
multimask: bool
32
pos_points: List[List[float]]
33
neg_points: List[List[float]]
34
box: List[float]
35
36
37
def
load_tensor(path: str) -> torch.Tensor:
Callers
1
load_cases
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected