Specifications
| Property | Value |
|---|---|
| Task | Binary tissue mask |
| Input | 512×512 RGB tile at 8.0 µm/px |
| Output | Flattened binary mask of length 262,144 (512×512), values 0.0 or 1.0 |
| SageMaker dispatch | model_name: "tissue-seg", mode: "prediction" |
| Recommended instance | ml.g5.xlarge |
Reshaping the output
The endpoint returns a flat array. Reshape it to a 512×512 mask:Deploy
Tissue segmentation has no separate deployment — it is bundled with both the H-Optimus and M-Optimus packages and served from the same endpoint. Deploy either model andtissue-seg is available alongside it.
AWS & SageMaker
Production endpoints (bundled with H-Optimus / M-Optimus).
On-premise
Self-hosted container (bundled with each package).

