Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【Hackathon 7th PPSCI No.3】NO.3 DrivAerNet++ 论文复现 #1001

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

LilaKen
Copy link
Contributor

@LilaKen LilaKen commented Nov 5, 2024

No description provided.

Copy link

paddle-bot bot commented Nov 5, 2024

你的PR提交成功,感谢你对开源项目的贡献!
请检查PR提交格式和内容是否完备,具体请参考示例模版
Your PR has been submitted. Thanks for your contribution!
Please check its format and content. For this, you can refer to Template and Demo.

@LilaKen LilaKen changed the title Create 20241105_api_design_for_DrivAerNet++.md 【Hackathon 7th PPSCI No.3】NO.3 DrivAerNet++ 论文复现 Nov 5, 2024
在复现模型时,选择了图卷积网络(RegDGCNN)和点云网络(PointNet)以捕获 DrivAer++ 数据集中的复杂几何关系。以下是选型考量:
- **网络模型选择**:RegDGCNN 用于捕捉几何结构的全局和局部依赖关系,PointNet 简化了对点云数据的处理流程。
- **飞桨框架适配**:使用 Paconvert 进行代码转换,并对不兼容部分手动适配。
- **数据加载和批处理**:由于 DrivAer++ 包含 8000 个样本,设计了高效的数据加载策略以支持模型的高效训练。

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

具体不到8000,数据如果有问题可以联系我

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

具体数量7713个样本,这里的8000是参考DriveAerNet++中的表格,如果7713个样本数据没有问题的话,后续按照实际情况对文档进行修改。

本次任务旨在复现 DrivAerNet++ 的 RegDGCNN 和 PointNet 网络模型。在包含 8000 个样本的 DrivAer++ 数据集上实现高精度的气动性能预测,确保预测精度与论文中指标对齐,并满足代码审核要求。具体目标包括:
1. 复现 DrivAer++ 数据集上的 RegDGCNN 和 PointNet 模型。
2. 确保飞桨版本代码的精度达到与原论文一致的水平。
3. 编写完整的设计文档,满足代码审核和发布的规范要求。

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

文档非常重要,尤其关注:论文的创新点和主要结论

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好的,后期会进行详细,目前提交一版RFC方便联系导师后续工作开展。

|-----------|------------|------------|---------------|--------|------|
| RegDGCNN | 14.2 | 9.31 | 12.79 | 0.641 | 原论文 |
| PointNet | 14.9 | 9.6 | 12.45 | 0.643 | 原论文 |
| RegDGCNN | 待测试 | 待测试 | 待测试 | 待测试 | Pytorch复现 |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

比较消耗算力,如果有算力需求及时联系我

@luotao1 luotao1 merged commit 1071b9a into PaddlePaddle:master Nov 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants