Description
As an ML engineer, I want to load our team's custom fine-tuned SAM 3 spleen models into the browser pipeline so that the segmentation accurately and exclusively targets the spleen.
Acceptance Criteria
Implementation Notes & Resources
- Managing the coordinate space transformation between the NiiVue canvas and the SAM 3 image encoder is the critical path here.
- Use NiiVue's built-in overlay methods (e.g.,
nv.addVolume where the volume is designated as a label map) to display the returned mask.
Description
As an ML engineer, I want to load our team's custom fine-tuned SAM 3 spleen models into the browser pipeline so that the segmentation accurately and exclusively targets the spleen.
Acceptance Criteria
Implementation Notes & Resources
nv.addVolumewhere the volume is designated as a label map) to display the returned mask.