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

models registry inconsistent of mmseg and mmcv while apply unet #3744

Open
NeilHnxTcc opened this issue Jul 19, 2024 · 1 comment
Open

models registry inconsistent of mmseg and mmcv while apply unet #3744

NeilHnxTcc opened this issue Jul 19, 2024 · 1 comment

Comments

@NeilHnxTcc
Copy link

while creating a unet via mmseg, I found that mmseg would import the unsample funciton:"build_upsample_layer()" from mmcv. Given that the default upsample config is "InterpConv" and it is defined in mmseg and registered in the registry MODELS of mmseg, how can we find 'InterpConv' in the registry MODELS of mmcv? thank you for your attention and explaination !

Snipaste_2024-07-19_11-38-33

@AI-Tianlong
Copy link
Contributor

InterpConv 写成 mmseg.InterpConv

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