Replies: 4 comments 1 reply
-
It usually caused by output feature maps of different backbone do not have same shape or number. You can check out your original backbone output size and shape then make sure your decoder head could match the shape and number of your new backbone output. |
Beta Was this translation helpful? Give feedback.
-
@MengzhangLI ,Thank you, where do I need to set the output so that I can confirm the output of the bankbone feature map and print it out so that it can be matched. At the same time, if I can’t confirm it, I may have to reconfigure the step size and kernel_size of the convolution kernel, yes Well? Sorry, I haven't been in touch with this change to the backbone network for a long time, and I am not familiar with the mmse file configuration. |
Beta Was this translation helpful? Give feedback.
-
Sorry for late reply. I suggest you (1) download certain checkpoints we provide in model readme and (2) use IDE (like PyCharm) to debug. For example, you could add a break-point here, and you can check the shape of Best, |
Beta Was this translation helpful? Give feedback.
-
please refer https://github.com/open-mmlab/mmsegmentation/tree/master/configs/mobilenet_v3 |
Beta Was this translation helpful? Give feedback.
-
When I replaced the bankbone with movlibnetv3, the problem of understanding the port index does not correspond, can you help me and let me know how to modify it? Thanks! please
psp_head.log
Beta Was this translation helpful? Give feedback.
All reactions