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

天气情况图像分类 #29

Closed
shining-love opened this issue Dec 16, 2021 · 2 comments
Closed

天气情况图像分类 #29

shining-love opened this issue Dec 16, 2021 · 2 comments

Comments

@shining-love
Copy link

由于数据集中存在大量的干扰背景,真正对最终分类结果影响较大的区域占比较小,因此团队在原始的swsl_resnext101_32x8d的基础上添加注意力机制模块CBAM,让模型能够更有效的学到关键区域。

请问这个加入CBAM的代码在哪里?没有找到。

@DLLXW
Copy link
Owner

DLLXW commented Jan 3, 2022

CBAM这部分代码没上传

@DLLXW
Copy link
Owner

DLLXW commented Jan 3, 2022

由于数据集中存在大量的干扰背景,真正对最终分类结果影响较大的区域占比较小,因此团队在原始的swsl_resnext101_32x8d的基础上添加注意力机制模块CBAM,让模型能够更有效的学到关键区域。

请问这个加入CBAM的代码在哪里?没有找到。

感兴趣可以自己找一下CBAM怎么即插即用到现有的任何网络里面,比较方便

@DLLXW DLLXW closed this as completed Jan 3, 2022
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