【yolov5报错】Can‘t get attribute ‘SPPF‘ on <module ‘models.common‘ from ‘–yolov5-5.0/models/common.py
这里可能是现在有了V6版本导致的
解决方案: 去V6版本里面的model/common.py里面去找到这个SPPF的类,把它拷过来到你的这个V5的model/common.py里面,这样你的代码就也有这个类了,之后在common.py中引入warnings包就可以了。
【yolov5报错】Can‘t get attribute ‘SPPF‘ on <module ‘models.common‘ from ‘–yolov5-5.0/models/common.py最先出现在Python成神之路。
共有 0 条评论