diff --git a/flutter_app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/flutter_app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png index db77bb4..9691b14 100644 Binary files a/flutter_app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/flutter_app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/flutter_app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/flutter_app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png index 17987b7..09f2777 100644 Binary files a/flutter_app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/flutter_app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/flutter_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/flutter_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png index 09d4391..2cfbc91 100644 Binary files a/flutter_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/flutter_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/flutter_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/flutter_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index d5f1c8d..043eced 100644 Binary files a/flutter_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/flutter_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/flutter_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/flutter_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index 4d6372e..13a48ae 100644 Binary files a/flutter_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/flutter_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/flutter_app/pubspec.yaml b/flutter_app/pubspec.yaml index 3f61b13..a88e057 100644 --- a/flutter_app/pubspec.yaml +++ b/flutter_app/pubspec.yaml @@ -2,7 +2,7 @@ name: observer description: "视野 - 动物实时识别 (环颈雉鸡/生境), YOLOv8 + 充值付费" publish_to: 'none' -version: 1.0.21+26 +version: 1.0.24+29 environment: sdk: ^3.12.2 diff --git a/server/config.yml b/server/config.yml index e04ee80..cbb34e0 100644 --- a/server/config.yml +++ b/server/config.yml @@ -84,7 +84,7 @@ training: localAi: baseUrl: "http://192.168.3.210:18080" # 如 http://127.0.0.1:18080(local-ai 兼容 /v1/detection) model: rfdetr-xlarge - vlmModel: qwen3.6-35b-a3b # VLM 藏匿位补检模型(MoE 35B-A3B 多模态,GGUF+mmproj);与 z-image 显存互斥,两阶段调度 + vlmModel: qwen3-vl-8b # VLM 藏匿位补检模型(Qwen3-VL-8B 多模态 GGUF+mmproj,2026-09-02 起与 z-image/rfdetr 三模型共存) threshold: 0.08 # 候选置信度阈值(宁多勿漏) confConfirmed: 0.2 # 高于此视为确认(class 0),否则疑似(class 1) overlapThreshold: 0.3 # 重叠去重阈值(交叠/较小框面积,NMS 风格;RF-DETR 同目标常输出一大一小两框,minIoU 比 IoU 更能命中) diff --git a/server/data/observer.db b/server/data/observer.db index 82054ce..13cf6e8 100644 Binary files a/server/data/observer.db and b/server/data/observer.db differ