Jamjamjon f25f5cf2b5 Bump the version to v0.0.11
- ONNXRuntime -> 1.19.x
- CUDA -> 12.x
- TensorRT -> 10.x
2024-08-27 20:09:15 +08:00
2024-04-30 15:26:53 +08:00
2024-07-31 21:27:41 +08:00
2024-07-31 21:27:41 +08:00
2024-08-09 19:06:30 +08:00
2024-07-12 19:46:48 +08:00
2024-08-27 20:09:15 +08:00
2024-03-29 15:54:24 +08:00
2024-07-31 21:27:41 +08:00
2024-08-27 20:09:15 +08:00
2024-03-29 15:36:09 +08:00
2024-08-27 20:09:15 +08:00

usls

| Documentation |

ONNXRuntime Release Page CUDA Toolkit Page TensorRT Page

Crates Page Crates.io Total Downloads

usls is a Rust library integrated with ONNXRuntime that provides a collection of state-of-the-art models for Computer Vision and Vision-Language tasks, including:

Click to expand Supported Models

Supported Models

Model Task / Type Example CUDA f32 CUDA f16 TensorRT f32 TensorRT f16
YOLOv5 Classification
Object Detection
Instance Segmentation
demo
YOLOv6 Object Detection demo
YOLOv7 Object Detection demo
YOLOv8 Object Detection
Instance Segmentation
Classification
Oriented Object Detection
Keypoint Detection
demo
YOLOv9 Object Detection demo
YOLOv10 Object Detection demo
RTDETR Object Detection demo
FastSAM Instance Segmentation demo
SAM Segment Anything demo
SAM2 Segment Anything demo
MobileSAM Segment Anything demo
EdgeSAM Segment Anything demo
SAM-HQ Segment Anything demo
YOLO-World Object Detection demo
DINOv2 Vision-Self-Supervised demo
CLIP Vision-Language demo Visual
Textual
Visual
Textual
BLIP Vision-Language demo Visual
Textual
Visual
Textual
DB Text Detection demo
SVTR Text Recognition demo
RTMO Keypoint Detection demo
YOLOPv2 Panoptic Driving Perception demo
Depth-Anything Monocular Depth Estimation demo
MODNet Image Matting demo
GroundingDINO Open-Set Detection With Language demo

Linking

  • For detailed setup instructions, refer to the ORT documentation.

  • For Linux or macOS users

    1. Download the ONNXRuntime package from the Releases page.
    2. Set up the library path by exporting the ORT_DYLIB_PATH environment variable:
      export ORT_DYLIB_PATH=/path/to/onnxruntime/lib/libonnxruntime.so.1.19.0
      

🎈 Quick Start

cargo run -r --example yolo   # blip, clip, yolop, svtr, db, ...

🥂 Integrate Into Your Own Project

Add usls as a dependency to your project's Cargo.toml

cargo add usls

Or use a specific commit:

[dependencies]
usls = { git = "https://github.com/jamjamjon/usls", rev = "commit-sha" }

📌 License

This project is licensed under LICENSE.

Description
No description provided
Readme MIT 24 MiB
Languages
Rust 100%