yolov5 5.0 报错日常Can‘t get attribute ‘SPPF‘ on <module ‘models.common‘ from ‘D:\Pycharm\Code\yolov5
Posted :)�东东要拼命
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yolov5 5.0 报错日常Can‘t get attribute ‘SPPF‘ on <module ‘models.common‘ from ‘D:\Pycharm\Code\yolov5相关的知识,希望对你有一定的参考价值。
看我出现那么多例子,最后才能正常预测的,是有点小心酸
第一个报错 没有sppf类的
Can't get attribute 'SPPF' on <module 'models.common' from 'D:\\\\Pycharm\\\\Code\\\\yolov5-5.0\\\\models\\\\common.py'>
Can't get attribute 'SPPF' on <module 'models.common' from 'D:\\\\Pycharm\\\\Code\\\\yolov5-5.0\\\\models\\\\common.py'>
紧接着第二个报错
RuntimeError: The size of tensor a (80) must match the size of tensor b (56) at non-singleton
RuntimeError: The size of tensor a (80) must match the size of tensor b (56) at non-singleton
下面给出解决方案
针对第一个问题
打开它,找到spp那个类149行左右
在spp类的下面添加sppf类
先回溯一下本源,这个model里面的common文件确实没有SPPF类别
那么就得去别的版本把这个sppf在逃公主拿下
这里找到6.0
根据我这个路径找到6.0的common
找到sppf
复制过来,拷贝到我们的common文件里面
这是原来的相对位置
其实在我们的common中放spp的上面和下面都没有关系的
第一个问题呢算是解决了,但是不出意外还是要报错
就跟我上面的那个应该一模一样
出现那个原因是因为权重文件不匹配,你只需要知道自己装的是哪个yolov5版本 1.0 2.0
我的是5.0 就要去找5.0的权重,本来是之前它自动就会下好的,所以不应该出现意外的
但是没有办法 直接给出去哪下吧
打开之后往下翻
找到我划线的
把它下下来
注意哦 小细节一样要在
右击复制paste
不然复制到权重文件还是会报错的
复制到这里还是失败的哦
最后
出现在这里就行了
接着去愉快的跑detect吧
这就是YOLOv5 的hello world哦
恭喜你们,也恭喜我自己,开始了object detection 的一小步
Hbase出现ERROR: Can't get master address from ZooKeeper; znode data == null解决办法
问题描述如下:
hbase(main):001:0> list
TABLE
ERROR: Can\'t get master address from ZooKeeper; znode data == null
Here is some help for this command:
List all tables in hbase. Optional regular expression parameter could
be used to filter the output. Examples:
hbase> list
hbase> list \'abc.*\'
hbase> list \'ns:abc.*\'
hbase> list \'ns:.*\'
hbase(main):002:0> list
TABLE
ERROR: Can\'t get master address from ZooKeeper; znode data == null
Here is some help for this command:
List all tables in hbase. Optional regular expression parameter could
be used to filter the output. Examples:
hbase> list
hbase> list \'abc.*\'
hbase> list \'ns:abc.*\'
hbase> list \'ns:.*\'
hbase(main):003:0>
出现此问题可能是zookeeper不稳定造成的,采用的是虚拟机,经常挂起的状态,使用hbase的list命令出现下面错误,这个可能是hbase的稳定性造成的.可能还有其他方法.我的集群是这种情况.
注意:本博文目的是为了记录和复习,不建议作为教程.
感谢http://www.cnblogs.com/zlslch/p/6556870.html#commentform给予的参考
以上是关于yolov5 5.0 报错日常Can‘t get attribute ‘SPPF‘ on <module ‘models.common‘ from ‘D:\Pycharm\Code\yolov5的主要内容,如果未能解决你的问题,请参考以下文章
mysql报错1024-can't get hostname for your address
hbase.client.RetriesExhaustedException: Can't get the locations hive关联Hbase查询报错
android webview can‘t get vertx session
YOLOV5-5.0 源码解读google_utils.py
项目报错“BeanInitializationException: com.xxxxx.xx.dao.data.Dao can‘t get a sessionFactory“