AttributeError: module 'img' has no attribute 'get_model'
时间: 2024-05-23 21:07:53 浏览: 135
求解报错:AttributeError:module ‘os’ has no attribute ‘exit’
这个错误通常是因为你导入的模块中没有名为 'get_model' 的属性或方法。可能是你的模块中没有定义 'get_model' 函数或类。可以检查一下你导入的模块中是否有 'get_model' 方法或属性,或者检查一下你的代码是否正确地导入了这个模块。
如果你需要更详细的帮助,请提供更多关于你的代码和环境的信息,我可以帮你更好地解决这个问题。
阅读全文