-
Notifications
You must be signed in to change notification settings - Fork 54
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
What are the differences between 'Your_ResNet' and MMCV's ResNet vb/vc/vd #16
Comments
@sherwincn Actually they are no difference. Initially, we directly transfer the code used in classification to segmentation, thus we rename it |
Thanks for your reply. I use the pretrained-model in mmsegmentation and load the params in mmcv's resnet without any changes. But your model's state_dict_keys aren't suitable with mmcv'resnet. |
@sherwincn Can you print the keys of two dicts separately? |
@sherwincn In resnet_in_det, we extra add a function |
I find your config file the backbone network is 'our_resnet'. I see the code of your resnet and want to know what are the differences between general resnet and yours? Could I load the checkpoint file in mmcv's resnet vb/vc/vd directly?
The text was updated successfully, but these errors were encountered: