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
f511a475ac
Using rayon to accelerate DB post-processing
2025-01-13 22:42:43 +08:00
8c56d5e2a5
Update Cargo.toml
2025-01-12 17:29:09 +08:00
0f2d84b8c5
🐍 v0.1.0 ( #53 )
2025-01-12 16:59:57 +08:00
4e932c4910
Bump the version to 0.0.20
2024-12-03 19:37:34 +08:00
2785b090c6
upgrade ort to v2.0.0-rc.9 ( #52 )
2024-12-03 19:16:23 +08:00
57db14ce5d
Update README.md
2024-10-10 00:30:52 +08:00
447889028e
Add Apple ml-depth-pro model
2024-10-10 00:26:26 +08:00
1d596383de
Add support for restricting detection classes ( #45 )
...
* Add support for restricting detection classes in `Options`
2024-10-05 17:49:08 +08:00
0102c15687
Minor fixes
2024-10-01 09:37:46 +08:00
64dc804a13
Update README.md
2024-09-30 22:48:07 +08:00
0609dd1f1d
Add YOLOv11
...
* Add YOLOv11
2024-09-30 22:43:34 +08:00
2cb9e57fc4
Update README.md
2024-09-28 10:49:06 +08:00
f2c4593672
Update README.md
2024-09-28 10:10:05 +08:00
6ace97f09f
v0.0.16: Add Viewer
for image show
...
* Add `Viewer` for image-show
* Add .`with_ixx()` to simplify model building with `Options`
* Update `MinOptMax`
2024-09-28 09:51:33 +08:00
f0fd4936e8
Add florence2 model
...
* Add florence2-base model for all tasks
* Update annotator.rs
2024-09-21 20:23:42 +08:00
5057c20565
Update README.md
2024-09-16 11:05:53 +08:00
0adddd3bbd
0.0.14: DataLoader
now support video and streaming
...
- Added `Hub` for resource management
- Updated `DataLoader` to support video and streaming
- Updated `CI`
- Replaced `println!` with `tracing` for logging
2024-09-16 10:41:16 +08:00
826da4037e
Update Cargo.toml
2024-09-03 19:03:25 +08:00
9b969b9203
Fix polygon drawing
...
* Support auto download ort feature
* Fix polygon drawing
2024-09-03 00:01:34 +08:00
f6755a8be4
Bump the version to 0.0.12
...
* Add sapiens-seg model
2024-08-31 17:10:36 +08:00
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
b81b5e3cf5
Add GroundingDINO ( #30 )
2024-08-09 19:06:30 +08:00
53d14ee2fb
Add Xs
, a wrapper over Vec<X>
( #29 )
2024-08-03 18:03:35 +08:00
c4c240ef75
Update Cargo.toml
2024-08-01 21:47:34 +08:00
46a4456a38
Add SAM2 and ONNX ( #28 )
2024-08-01 17:26:06 +08:00