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

yaml文件问题 #52

Open
xzb666 opened this issue Oct 21, 2023 · 3 comments
Open

yaml文件问题 #52

xzb666 opened this issue Oct 21, 2023 · 3 comments

Comments

@xzb666
Copy link

xzb666 commented Oct 21, 2023

您好,我在测试您的frcnn-SIGMA++时候,如果按照您提供的配置文件,他无法测试
出现这个问题model["middle_head"] = build_middle_head(cfg, model["backbone"].out_channels).to(cfg.MODEL.DEVICE)
AttributeError: 'NoneType' object has no attribute 'to'
当我加入 MIDDLE_HEAD_CFG: 'GM_HEAD'才可以运行,但是这样与预训练权重的参数不一样了,无法继续测试。

@wymanCV
Copy link
Contributor

wymanCV commented Oct 23, 2023

您好,感谢关注。理论上只要检测器参数正确就可以测试,其他部分,比如GM_HEAD不参与测试的,应该不会影响性能。

这个库也主要是针对FCOS的,我们强行把DA FRCNN迁移到这个库部署的, 原始接口可能有些会有些不兼容的小bug需要修复,我们测试了训练接口,您应该可以直接训练,我们提供了FRCNN部署版本的模型和训练log可供参考。

另外,由于我们几乎全部实验还是基于FCOS的,建议尝试这个版本。近期我在忙于其他事项,如果必要,后续我可以帮您详细核查下问题。感谢理解!

@xzb666
Copy link
Author

xzb666 commented Oct 23, 2023 via email

@wymanCV
Copy link
Contributor

wymanCV commented Oct 23, 2023

非常感谢您的回复,麻烦您了。他训练是可以正常训练的,只有测试有一些问题。您的FCOS版本是SIGMA++这个分支吗?

---原始邮件--- 发件人: "Wuyang @.> 发送时间: 2023年10月23日(周一) 中午11:06 收件人: @.>; 抄送: @.@.>; 主题: Re: [CityU-AIM-Group/SIGMA] yaml文件问题 (Issue #52) 您好,感谢关注。理论上只要检测器参数正确就可以测试,其他部分,比如GM_HEAD不参与测试的,应该不会影响性能。 这个库也主要是针对FCOS的,我们强行把DA FRCNN迁移到这个库部署的, 原始接口可能有些会有些不兼容的小bug需要修复,我们测试了训练接口,您应该可以直接训练,我们提供了FRCNN部署版本的模型和训练log可供参考。 另外,由于我们几乎全部实验还是基于FCOS的,建议尝试这个版本。近期我在忙于其他任务,如果必要,后续我可以帮您详细核查下问题。 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

您好,是的,除了FRCNN的分支以外都是基于FCOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants