refactor(slide,det): 优化项目结构,移除不必要的逻辑

- 优化 项目结构,移除不必要的逻辑
This commit is contained in:
2026-07-07 09:55:00 +08:00
parent 7f1ce04f50
commit 31271e80db
9 changed files with 312 additions and 166 deletions

View File

@@ -11,4 +11,8 @@ image = "0.25.10"
base64 = "0.22.1"
imageproc = { version = "0.26.2", default-features = true }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.150"
serde_json = "1.0.150"
[features]
default = []
embed-models = [] # 这是一个留给有特殊需求、且自己下载了模型放入 models/ 目录的人的后门