Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIT-DataLab/Edit-Banana
/ PredictResponse
Class
PredictResponse
sam3_service/server.py:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
33
34
class
PredictResponse(BaseModel):
35
image_size: Dict[str, int]
36
results: List[Dict]
37
38
39
def
_encode_mask_rle(mask: np.ndarray) -> str:
Callers
1
predict
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected