Commit Graph

114 Commits

Author SHA1 Message Date
37dc05e8f2 fix tokenizers 2025-06-12 15:39:44 +09:00
1910cee05d add patch 2025-06-12 01:16:49 +09:00
7d3316668c wip 2025-06-12 01:12:50 +09:00
131b7dd630 Update main.rs 2025-06-10 19:54:48 +08:00
735e0cecdf Add RTMPose, RTMW, DWPose models (#110) 2025-06-10 16:07:10 +08:00
70aeae9e01 update (#109)
* Add docs

* Add mediapipe-selfie-segmenter model

* Update README.md

* Update RTMO model
2025-06-08 18:15:54 +08:00
0e8d4f832a Add some eps (#108) 2025-06-05 16:29:29 +08:00
cb587cd57c Update Cargo.toml 2025-06-03 21:35:15 +08:00
28f3d18ac3 Bump ort from 2.0.0-rc.9 to 2.0.0-rc.10 (#107) 2025-06-03 20:53:48 +08:00
a3a4bf47ed Add mobileclip and jina-clip-v2 (#106) 2025-05-29 23:33:16 +08:00
027c628b04 Add rust-toolchain.toml (#105) 2025-05-28 22:19:18 +08:00
370437b67a Adding external data file support for ONNX models (#104) 2025-05-28 17:23:33 +08:00
cfb92105ee Add support for Q8 in DType (#103) 2025-05-27 22:19:39 +08:00
86533d9c41 Enhance Annotator with mask-cutout functionality (#101)
Co-authored-by: jamjamjon <zhangjian@zhuofansoft.com>
2025-05-23 17:41:24 +08:00
ea89b914eb Minor tweaks (#100) 2025-05-21 16:58:02 +08:00
9826fac208 impl Drawable for slice (#99) 2025-05-21 15:39:00 +08:00
cf21eabcaa Add PPOCRv5 DET and REC models (#98)
* Add PPOCRv5 DET and REC models

* Add Text Struct
2025-05-21 13:29:17 +08:00
a2dde94a3a chore(deps): Bump dependencies (#95)
* bump ureq to 3

* bump rand to 0.9

* cargo fmt

---------

Co-authored-by: jamjamjon <xxyydzml@outlook.com>
2025-05-20 21:08:52 +08:00
1215b9c8f4 Options -> Config 2025-05-20 17:14:12 +08:00
d3c738b5cf update 2025-05-20 17:01:27 +08:00
26de63d239 update 2025-05-19 23:25:48 +08:00
5394c9ba27 Update README.md 2025-05-16 16:53:45 +08:00
70e6b2f03e Options -> ModelConfig 2025-05-16 15:45:27 +08:00
54045543fc Add BEN2 model (#91) 2025-05-15 10:24:02 +08:00
57cb1ac77a Add RMBG model (#90) 2025-05-14 21:48:56 +08:00
675dd63734 Add SAM2.1 models and support batched prompt inputs (#89) 2025-05-13 17:28:25 +08:00
c54775cedd Add YOLOE model (#88) 2025-05-10 01:47:58 +08:00
68a70e6e7b Add RF-DETR large model (#87) 2025-05-09 17:17:52 +08:00
eede5bf37e Add RF-DETR large model 2025-05-09 16:36:25 +08:00
31ac56c70c Update color.rs 2025-05-05 20:13:03 +08:00
c650109ff2 Update README.md 2025-04-27 16:19:05 +08:00
2c1f986cee Update rust-release.yml 2025-04-27 14:51:17 +08:00
ef3d174237 Update rust-release.yml 2025-04-27 14:43:03 +08:00
dbc3ef63e8 Create rust-release.yml (#84) 2025-04-27 14:25:32 +08:00
80468d9c83 0.1.0-beta.1 (#82) 2025-04-27 13:01:51 +08:00
aa25854f7f Create dependabot.yml 2025-04-25 17:02:56 +08:00
ca6e70b69c Add RF-DETR model (#73) 2025-04-11 13:03:10 +08:00
118690402d Fix errors related to GroundingDino class_names (#71) 2025-03-29 15:34:18 +08:00
293c7d2e38 Update Cargo.toml 2025-03-27 00:30:34 +08:00
2036b794cb bump deps version and deprecated api: (#69)
image: 0.25.2 -> 0.25
imageproc: 0.24 -> 0.25
anyhow: 1.0.75 -> 1.0
## Specific version
regex: 1.5.4 -> 1.11.1
prost: 0.12.4 -> 0.12.6
ab_glyph: 0.2.23 -> 0.2.29
tempfile: 3.12.0 -> 3.19.1
dirs: 5.0.1 -> 6.0.0
geo: 0.28.0 -> 0.30.0
minifb: 0.27.0 -> 0.28.0
fast_image_resize: 4.2.1 -> 5.1.2

Co-authored-by: admin <gyf@travelsky.com.cn>
2025-03-27 00:29:07 +08:00
5b08d709f7 Update Cargo.toml 2025-03-11 22:01:38 +08:00
8bcf4572b6 Update README.md 2025-02-25 22:23:06 +08:00
fcc3ba94fd Add YOLOv12 model 2025-02-20 16:49:25 +08:00
018b884992 Fix decode error in SVTR model 2025-02-08 21:24:45 +08:00
e2347353ba Add SmolVLM model (#65)
* Add SmolVLM model
2025-02-08 00:28:35 +08:00
bdd77a6d21 Add svtr_en model 2025-01-25 01:53:13 +08:00
94fa832359 Add Owlv2 model (#59) 2025-01-22 23:49:51 +08:00
b3072e8da3 Bug Fixes: Increased the number of available releases and fixed the Trocr bug. (#58) 2025-01-22 14:55:12 +08:00
475a680703 Add moondream2
* Add moondream2

* Update README.md
2025-01-20 21:37:54 +08:00
afd1deb1f4 Add parallel acceleration for image processing 2025-01-14 22:56:10 +08:00