usls 0.1.11

A Rust library integrated with ONNXRuntime, providing a collection of ML models.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# SAM3: Segment Anything with Concepts

A powerful multimodal segmentation model supporting text, bounding box, and combined prompts.

## References

- Official: [facebookresearch/sam3]https://github.com/facebookresearch/sam3
- ONNX Models: [GitHub Release]https://github.com/jamjamjon/assets/releases/tag/sam3


## Example

See [rust examples](../../../examples/sam3)