refactor: 优化Det算法

- 优化 demo_postprocess,nms算法
- 新增 Slide 滑块识别
- 更新 Cargo.toml 依赖项
This commit is contained in:
2026-05-07 18:00:39 +08:00
parent 8fcfa2096e
commit 1a329ca273
8 changed files with 528 additions and 57 deletions

View File

@@ -9,3 +9,4 @@ tract-onnx = { version = "0.21.10" }
anyhow = "1.0.102"
image = "0.25.10"
base64 = "0.22.1"
imageproc = { version = "0.26.2", default-features = true }