Description
As an ML engineer, I want to import the SAM 3 web-compatible library and run basic inference tests so that we can verify the model executes correctly in the browser environment.
Acceptance Criteria
Implementation Notes & Resources
- Exporting the standard PyTorch weights to ONNX format will likely be required for efficient ONNX Runtime Web execution.
- Ensure the prompt logic handles SAM 3's specific required tokens/concept prompts so it doesn't fail on basic coordinate inputs.
- Resource: ONNX Runtime Web Documentation
Description
As an ML engineer, I want to import the SAM 3 web-compatible library and run basic inference tests so that we can verify the model executes correctly in the browser environment.
Acceptance Criteria
Implementation Notes & Resources