fix: mark Detection models as required now they are available
This commit is contained in:
@@ -35,8 +35,8 @@ var modelConfigs = map[string]struct {
|
||||
"Rotation-RotNetR.onnx": {remote: "[AntiCAP]-Rotation-RotNetR.onnx", optional: false},
|
||||
"Siamese-ResNet18.onnx": {remote: "[AntiCAP]-Siamese-ResNet18.onnx", optional: false},
|
||||
"CharSets.txt": {remote: "[Dddd]-CharSets.txt", optional: false},
|
||||
"Detection_Icon.onnx": {remote: "Detection_Icon.onnx", optional: true},
|
||||
"Detection_Text.onnx": {remote: "Detection_Text.onnx", optional: true},
|
||||
"Detection_Icon.onnx": {remote: "Detection_Icon.onnx", optional: false},
|
||||
"Detection_Text.onnx": {remote: "Detection_Text.onnx", optional: false},
|
||||
}
|
||||
|
||||
// 从 Gitea 仓库下载(公开仓库,无需认证)
|
||||
|
||||
Reference in New Issue
Block a user