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

mmseg config availability #3818

Open
jowaria001 opened this issue Nov 22, 2024 · 1 comment
Open

mmseg config availability #3818

jowaria001 opened this issue Nov 22, 2024 · 1 comment

Comments

@jowaria001
Copy link

jowaria001 commented Nov 22, 2024

Hello. We are building a pipeline for custom use and need to have access to the MMCV ConvModule to build it. We weren't able to find that online and were wondering if you could guide us.

@ternsteven
Copy link

我使用的是mmcv0.x 你需要在代码开始填写from mmcv.cnn import ConvModule
然后填写正确的输入变量
以我的为例
ConvModule(
in_channels,
branch_channels,
kernel_size=1,
norm_cfg=norm_cfg,
act_cfg=act_cfg,
**conv_cfg)
应该是这样子使用的,我也是新手,可能有一些错误,你可以先尝试下

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