Initial commit: 1人+2AI协作框架 - 完整目录结构和AI宪法

This commit is contained in:
tupingr
2026-05-22 15:27:36 +08:00
commit 837d067928
30 changed files with 1498 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# P02-001 - 数据集预处理模块
## 任务信息
- 任务编号: P02-001
- 项目: P02_errlens_training
- 创建时间: 2026-05-22
- 负责人: Dev AI
- 状态: TODO
## 任务描述
实现数据集预处理模块,包括:
1. 数据下载
2. 数据清洗
3. 数据标注
4. 特征提取
## 需求来源
- 模型训练需求文档
## 技术要求
- 支持多线程处理
- 数据格式标准化
- 支持增量更新
## 交付物
- `src/data/download.py` - 数据下载
- `src/data/clean.py` - 数据清洗
- `src/data/label.py` - 数据标注
- `src/data/features.py` - 特征提取