Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HealthX-Lab/MedCLIP-SAMv2
/ sigmoid
Function
sigmoid
postprocessing/postprocess_saliency_maps.py:11–12 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
9
np.random.seed(10)
10
11
def
sigmoid(x):
12
return
1 / (1 + np.exp(-x))
13
14
def
postprocess_crf(args):
15
files = os.listdir(args.sal_path)
Callers
1
postprocess_crf
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected