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

Unrecognized layer type CustomConv. How to customize the convolution layer in mmsegmentation? #3848

Open
2019xiaoluo opened this issue Mar 20, 2025 · 0 comments

Comments

@2019xiaoluo
Copy link

mmcv-full 1.7.2
mmsegmentation 0.30.0
I want to modify a custom convolution layer

In the following figure, I defined a class in mmseg and registered it with mmcv.

debug also shows that I have entered the annotation location, but when I tried to use it, the class was still not found in the register

CONV_LAYERS = Registry('conv layer')

Image

Image

Does the mmsegmentation not have a custom convolutional layer that can only be defined in the mmcv source code and installed locally?

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

1 participant