Lite-HRNet icon indicating copy to clipboard operation
Lite-HRNet copied to clipboard

训练代码报错

Open APeiZou opened this issue 3 years ago • 1 comments

安装完成mmpose的代码训练模型时候却如下错误 from mmpose.models.registry import BACKBONES
ModuleNotFoundError: No module named 'mmpose.models.registry'

APeiZou avatar Jun 16 '21 05:06 APeiZou

这句话改为 from mmpose.model import BACKBONES

chh7411898 avatar Jun 30 '21 13:06 chh7411898