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
14
15
16
# Segment Anything Model


## Official Repository


The official repository can be found on:

- [sam1]https://github.com/facebookresearch/segment-anything
- [sam2]https://github.com/facebookresearch/sam2
- [MobileSAM]https://github.com/ChaoningZhang/MobileSAM
- [EdgeSAM]https://github.com/chongzhou96/EdgeSAM
- [sam-hq]https://github.com/SysCV/sam-hq


## Example


Refer to the [example](../../../examples/sam)