We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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')
Does the mmsegmentation not have a custom convolutional layer that can only be defined in the mmcv source code and installed locally?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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')
Does the mmsegmentation not have a custom convolutional layer that can only be defined in the mmcv source code and installed locally?
The text was updated successfully, but these errors were encountered: