Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Curt-Park/segment-anything-with-clip
/ functions
Functions
9 in github.com/Curt-Park/segment-anything-with-clip
⨍
Functions
9
◇
Types & classes
0
↓ 1 callers
Function
adjust_image_size
(image: np.ndarray)
app.py:44
↓ 1 callers
Function
crop_image
(image: np.ndarray, mask: Dict[str, Any])
app.py:66
↓ 1 callers
Function
draw_masks
( image: np.ndarray, masks: List[np.ndarray], alpha: float = 0.7 )
app.py:117
↓ 1 callers
Function
filter_masks
( image: np.ndarray, masks: List[Dict[str, Any]], predicted_iou_threshold: float, stability_sc
app.py:92
↓ 1 callers
Function
get_score
(crop: PIL.Image.Image, texts: List[str])
app.py:57
↓ 1 callers
Function
get_texts
(query: str)
app.py:88
↓ 1 callers
Function
load_clip
( name: str = "ViT-B/32", )
app.py:37
↓ 1 callers
Function
load_mask_generator
()
app.py:25
Function
segment
( predicted_iou_threshold: float, stability_score_threshold: float, clip_threshold: float, ima
app.py:138