Segmentation
EdgeSAM
EdgeSAM — ultra-compact 9.6M-param segmentation (research-only)
NTU S-Lab License 1.0non_commercialSource verified
Specification
Model ID
edgesamFamily
edgesam
Modality
Segmentation
Weights
36.2 MB
Minimum RAM
1 GB
Input size
1024px
Source
Weights and provenance.
Repository
Registry license
NTU S-Lab License 1.0
Source license
not stated on the source repository
Access
Open — weights fetch without accepting additional terms.
Serve it
# Pull the weights onto a node
tenzro model download edgesam
# Serve it
tenzro model serve edgesam
# Or query the registry entry over JSON-RPC
curl https://rpc.tenzro.xyz \
-X POST -H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,
"method":"tenzro_getModel",
"params":[{"model_id":"edgesam"}]}'