fix: mark Detection models as required now they are available
Build and Deploy / deploy (push) Has been cancelled
Build and Deploy / build (push) Has been cancelled

This commit is contained in:
2026-07-17 00:02:37 +00:00
parent 0b67149577
commit 3b45e76a7b
+2 -2
View File
@@ -35,8 +35,8 @@ var modelConfigs = map[string]struct {
"Rotation-RotNetR.onnx": {remote: "[AntiCAP]-Rotation-RotNetR.onnx", optional: false}, "Rotation-RotNetR.onnx": {remote: "[AntiCAP]-Rotation-RotNetR.onnx", optional: false},
"Siamese-ResNet18.onnx": {remote: "[AntiCAP]-Siamese-ResNet18.onnx", optional: false}, "Siamese-ResNet18.onnx": {remote: "[AntiCAP]-Siamese-ResNet18.onnx", optional: false},
"CharSets.txt": {remote: "[Dddd]-CharSets.txt", optional: false}, "CharSets.txt": {remote: "[Dddd]-CharSets.txt", optional: false},
"Detection_Icon.onnx": {remote: "Detection_Icon.onnx", optional: true}, "Detection_Icon.onnx": {remote: "Detection_Icon.onnx", optional: false},
"Detection_Text.onnx": {remote: "Detection_Text.onnx", optional: true}, "Detection_Text.onnx": {remote: "Detection_Text.onnx", optional: false},
} }
// 从 Gitea 仓库下载(公开仓库,无需认证) // 从 Gitea 仓库下载(公开仓库,无需认证)