Crates.io | yolors |
lib.rs | yolors |
version | 0.1.0 |
source | src |
created_at | 2024-03-13 13:54:46.684169 |
updated_at | 2024-03-13 13:54:46.684169 |
description | a CLI tool for image classification, pose estimation or (in the future) image segmentation |
homepage | https://github.com/martin-conur/yolors |
repository | https://github.com/martin-conur/yolors |
max_upload_size | |
id | 1171698 |
size | 1,184,709 |
YOLO v8 CLI implementation using Candle.
YOLOrs is a CLI tool for image classification, pose estimation or (in the future) image segmentation. Uses ultralytics implementation (v8) of the YOLO (You Only Look Once) algorithms family.
YOLOrs is written in Rust, using HuggingFace's Candle library. Is Fast, Light, Secure and reliable.
🚧 For the moment, you have to clone this repo:
git clone https://github.com/martin-conur/yolors.git
and (with Rust and Cargo installed) run one of the examples below eg.
cargo run --release demo_images/people.jpg
You can ask for classification:
cargo run --release demo_images/people.jpg
or Pose estimation:
cargo run --release -- --task "pose" demo_images/running1.jpg