-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WeeklyReport] MINGtoMING 2024.07.29~2024.08.11 (#342)
Co-authored-by: lyuwenyu <[email protected]>
- Loading branch information
1 parent
6bb847b
commit 31b6add
Showing
2 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
WeeklyReports/Hackathon_7th/08_MINGtoMING/[WeeklyReports]2024.07.15~2024.07.28.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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的开放世界检测 |
21 changes: 21 additions & 0 deletions
21
WeeklyReports/Hackathon_7th/08_MINGtoMING/[WeeklyReports]2024.07.29~2024.08.11.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
### 姓名 | ||
|
||
林镇铭 | ||
|
||
### 本周工作 | ||
|
||
#### 基于rtdetr的开放世界目标检测 | ||
|
||
- YOLO-World、OV-DINO、GroundingDINO、OmDet-turbo论文阅读 | ||
- 相关源码阅读 | ||
- 在PaddleDetection上实现ovrtdetr主体框架 | ||
- 分析、清洗、整合训练数据 | ||
- 开始试训、调整模型结构、调整相关参数 | ||
|
||
### 下周工作 | ||
|
||
- 继续完善ovrtdetr的相关工作 | ||
|
||
### 导师点评 | ||
|
||
高效完成背景调研,并实现主体结构;下周进行优化相关工作 |