From f22518f76bd21df89b31ed1105be28d44a982c3d Mon Sep 17 00:00:00 2001 From: MINGtoMING <3575188313@qq.com> Date: Sun, 11 Aug 2024 21:40:01 +0800 Subject: [PATCH 1/2] add weekly reports --- .../[WeeklyReports]2024.07.15~2024.07.28.md | 36 +++++++++++++++++++ .../[WeeklyReports]2024.07.29~2024.08.11.md | 19 ++++++++++ 2 files changed, 55 insertions(+) create mode 100644 WeeklyReports/Hackathon_7th/08_MINGtoMING/[WeeklyReports]2024.07.15~2024.07.28.md create mode 100644 WeeklyReports/Hackathon_7th/08_MINGtoMING/[WeeklyReports]2024.07.29~2024.08.11.md diff --git a/WeeklyReports/Hackathon_7th/08_MINGtoMING/[WeeklyReports]2024.07.15~2024.07.28.md b/WeeklyReports/Hackathon_7th/08_MINGtoMING/[WeeklyReports]2024.07.15~2024.07.28.md new file mode 100644 index 00000000..0dc4cb97 --- /dev/null +++ b/WeeklyReports/Hackathon_7th/08_MINGtoMING/[WeeklyReports]2024.07.15~2024.07.28.md @@ -0,0 +1,36 @@ +### 姓名 + +林镇铭 + +### 本周工作 + +#### 1. YOLOv10 + +- 论文阅读 +- 源码阅读 +- 在PaddleYOLO上实现YOLOv10主体框架 +- 验证前向、转换权重、验证集精度对齐 +- 验证反向、小规模试训拟合速度对齐 +- 提交PR并且已合入 + +#### 2. RT-DETRv2 + +- 论文阅读 +- 源码阅读 +- 在PaddleDetection上实现RT-DETRv2主体框架 +- 验证前向、转换权重、验证集精度对齐 +- 验证反向、小规模试训拟合速度对齐 +- 提交PR等待合入 + +### 下周工作 + +- 模型训练速度分析,挖掘可优化的耗时瓶颈 + +### 详细周报链接 + +- YOLOv10: https://github.com/PaddlePaddle/PaddleYOLO/pull/238 +- RT-DETRv2: https://github.com/PaddlePaddle/PaddleDetection/pull/9073 + +### 导师点评 + +高效高质量完成YOLOv10和RT-DETRv2模型的复现工作;继续探索基于RTDETR的开放世界检测 \ No newline at end of file diff --git a/WeeklyReports/Hackathon_7th/08_MINGtoMING/[WeeklyReports]2024.07.29~2024.08.11.md b/WeeklyReports/Hackathon_7th/08_MINGtoMING/[WeeklyReports]2024.07.29~2024.08.11.md new file mode 100644 index 00000000..ec89370a --- /dev/null +++ b/WeeklyReports/Hackathon_7th/08_MINGtoMING/[WeeklyReports]2024.07.29~2024.08.11.md @@ -0,0 +1,19 @@ +### 姓名 + +林镇铭 + +### 本周工作 + +#### 基于rtdetr的开放世界目标检测 + +- YOLO-World、OV-DINO、GroundingDINO、OmDet-turbo论文阅读 +- 相关源码阅读 +- 在PaddleDetection上实现ovrtdetr主体框架 +- 分析、清洗、整合训练数据 +- 开始试训、调整模型结构、调整相关参数 + +### 下周工作 + +- 继续完善ovrtdetr的相关工作 + +### 导师点评 \ No newline at end of file From bfe722a44a473cf83c2a8bc324bed27198500d73 Mon Sep 17 00:00:00 2001 From: lyuwenyu Date: Fri, 23 Aug 2024 16:53:22 +0800 Subject: [PATCH 2/2] Update [WeeklyReports]2024.07.29~2024.08.11.md --- .../08_MINGtoMING/[WeeklyReports]2024.07.29~2024.08.11.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WeeklyReports/Hackathon_7th/08_MINGtoMING/[WeeklyReports]2024.07.29~2024.08.11.md b/WeeklyReports/Hackathon_7th/08_MINGtoMING/[WeeklyReports]2024.07.29~2024.08.11.md index ec89370a..42d31bc6 100644 --- a/WeeklyReports/Hackathon_7th/08_MINGtoMING/[WeeklyReports]2024.07.29~2024.08.11.md +++ b/WeeklyReports/Hackathon_7th/08_MINGtoMING/[WeeklyReports]2024.07.29~2024.08.11.md @@ -16,4 +16,6 @@ - 继续完善ovrtdetr的相关工作 -### 导师点评 \ No newline at end of file +### 导师点评 + +高效完成背景调研,并实现主体结构;下周进行优化相关工作