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

@@ -7,6 +7,7 @@ mod model;
mod model_loader;
mod ocr_model;
mod utils;
pub mod slide_model;
use anyhow::Result;
use image::DynamicImage;