AttributeError: 'DriveDataset' object has no attribute 'img_list'
时间: 2023-07-23 08:13:30 浏览: 101
mdk_armcc_user_guide.pdf
这个错误通常意味着在 `DriveDataset` 对象中,没有名为 `img_list` 的属性。请确保在调用 `img_list` 之前,你已经正确地初始化了 `DriveDataset` 对象,并且 `img_list` 是 `DriveDataset` 类的一个有效属性。你可以检查一下代码,确保没有拼写错误或者其他语法问题。如果问题仍然存在,请提供更多的代码细节,以便我能够提供更具体的帮助。
阅读全文