 ilaandClaude Sonnet 4.6
|
ba53dd5749
|
docs: 更新 PROGRESS.md,标记 mingxi-vision P0 任务完成
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-05-24 21:19:23 +08:00 |
|
 ilaandClaude Sonnet 4.6
|
68e4f444c5
|
feat(vision): 实现 mingxi-vision 推理服务核心功能
- engine/defect_classes: HRIPCB 6类缺陷定义 + 4类扩展 + severity排序
- engine/base: DefectBox / DetectResult 数据类 + BaseInferenceEngine 抽象基类
- engine/ultralytics_adapter: YOLOv8 .pt 推理适配器 + warmup
- engine/annotator: 按 severity 着色的标注图生成 + base64 编码
- engine/loader: 单例管理 + asyncio.Lock 推理串行化 + 热重载支持
- config: Pydantic v1 BaseSettings,读取 .env
- schema: DetectResponse / HealthResponse / ReloadRequest 等响应模型
- api/detect: POST /api/detect,内存读图,推理锁保护
- api/health: GET /api/health
- api/model: POST /api/model/reload 热重载接口
- main: FastAPI lifespan 启动加载模型
测试通过:/api/health 200,/api/detect 空图返回 pass,标注图 base64 正常
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-05-24 21:18:34 +08:00 |
|
 ilaandClaude Sonnet 4.6
|
e3c2cb2d89
|
docs(claude): 会话启动改为优先读 PROGRESS.md,补充文档同步要求
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-05-24 17:50:16 +08:00 |
|
 ilaandClaude Sonnet 4.6
|
46d2a865f6
|
docs: 新增 PROGRESS.md 开发进度追踪文件
包含 Phase 1 P0/P1 任务清单、Phase 2/3 待办、
状态标签说明和已知重要决策记录。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-05-24 17:48:14 +08:00 |
|
 ilaandClaude Sonnet 4.6
|
a179d18632
|
docs: 新增 CLAUDE.md 项目协作规则文件
涵盖会话启动流程、目录职责、四个子项目技术约定、
安全要求、提交规范和提交前检查清单。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-05-24 17:45:59 +08:00 |
|
 ilaandClaude Sonnet 4.6
|
37a4c13799
|
chore: 初始化四个子项目骨架目录结构
- 新增 mingxi-capture(PyQt5桌面程序)目录骨架
- 新增 mingxi-vision(FastAPI推理服务)目录骨架
- 新增 mingxi-backend(Django业务后端)目录骨架
- 新增 mingxi-frontend(Vue3管理后台)目录骨架
- 迁入 docs/(技术设计文档和PCB调研资料)
- 补充 .gitignore(模型文件、Node.js依赖、运行时数据库)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-05-24 17:21:17 +08:00 |
|
ila
|
bdd275054b
|
Initial commit
|
2026-05-24 17:02:50 +08:00 |
|