-
Notifications
You must be signed in to change notification settings - Fork 144
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
【Hackathon4 No.168】Add gupnet implementation #333
base: develop
Are you sure you want to change the base?
Conversation
Xiaolong-RRL
commented
May 16, 2023
- 增加GUPNet在paddle3d中的实现:
- 单卡、8batchsize的条件下,训练140个epoch,最后一个checkpoint的测试结果为 3D_AP_R40@70%: 21.44 15.44 12.84,截图如下:
|
||
|
||
@manager.DATASETS.add_component | ||
class GUPKittiMonoDataset(KittiDetDataset): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是不是可以统一成KittiMonoDataset
self.size_3d.apply(weights_init_xavier) | ||
self.heading.apply(weights_init_xavier) | ||
|
||
def export_forward(self, samples): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
需要补充
需要补充加copyright、readme和TIPC |
.gitignore文件不用删~用原版的就可以,不要改~ |
@Xiaolong-RRL 非常感谢贡献,请问是否还有跟进意愿呢? |
@juncaipeng 需要辛苦check下是否可以放入下一期黑客松赛题 |