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
[project]
name = "sam3-tools"
version = "0.1.0"
requires-python = ">=3.10"

dependencies = [
    "torch",
    "onnx",
    "onnxruntime",
    "transformers @ git+https://github.com/huggingface/transformers@2a61590a479d3b1f77059f75caee7cc22760019d",
    "numpy>=2.2.6",
    "opencv-python>=4.11.0.86",
    "torchvision>=0.24.1",
]