mmpose
mmpose copied to clipboard
我想把训练一个基于deeppose的mobilenetv3模型,然后训练的时候出错了,能帮我看看哪里出问题了吗?
这个是报的错

这个是配置文件的截图

We recommend using English or English & Chinese for issues so that we could have broader discussion.
请问有没有训练过 我们官方提供的config文件? 排除一下是环境配置的问题
嗯,能正常训练基于top-down的mobilenetv3
这个 bug 可能是因为 FC 层 input, weight 维度不一致导致的。
MobileNetV3 arch='small' 的时候,输出的 feature map 维度数是96,keypoint_heat.in_channels 可以改成96试一下。
或者可以尝试 arch='big',对应的 backbone 输出的 feature map 维度数是 160