上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 28 下一页
摘要: https://zhuanlan.zhihu.com/p/34472945 1、PANet改进了主干网络结构,加强了特征金字塔的结构,缩短了高低层特征融合的路径; 2、提出了更灵活的RoI池化。之前FPN的RoI池化只从高层特征取值,现在则在各个尺度上的特征里操作; 3、预测mask的时候使用一个额 阅读全文
posted @ 2021-11-09 21:52 哈哈哈喽喽喽 阅读(220) 评论(0) 推荐(0)
摘要: 解决的问题 1、训练和测试常见的CNN网络时,要求输入的图像有一个固定的大小(网络前面的卷积层不要求输入图像的大小,后面的全连接层的输入特征数是固定的,需要固定的输入),比如要求图像的输入为224*224 * 当尺寸大小不同的图像输入到相同的多层卷积网络中,得到的feature map大小是不同的, 阅读全文
posted @ 2021-11-09 18:20 哈哈哈喽喽喽 阅读(106) 评论(0) 推荐(0)
摘要: 1.首先wget baidu.com 查看当前环境对外网的连通性 2.如果不能联通,则配置代理,配置代理的方法有很多,这里举例使用export方法 export http_proxy="http://用户:密码@proxy.huawei.com:8080" export https_proxy="h 阅读全文
posted @ 2021-11-09 11:31 哈哈哈喽喽喽 阅读(186) 评论(0) 推荐(0)
摘要: 0.安装的前提是conda安装网络是通的,详情见https://www.cnblogs.com/pyclq/p/15528029.html 1、安装GPU 版本的pytorch核心要点是 a.根据 cude驱动安装合适的 cudatoolkit版本 b.根据合适的 cudatoolkit版本安装合适 阅读全文
posted @ 2021-11-09 11:26 哈哈哈喽喽喽 阅读(100) 评论(0) 推荐(0)
摘要: https://openaccess.thecvf.com/content_CVPR_2020/papers/Wu_Rethinking_Classification_and_Localization_for_Object_Detection_CVPR_2020_paper.pdf https:// 阅读全文
posted @ 2021-11-08 00:45 哈哈哈喽喽喽 阅读(54) 评论(0) 推荐(0)
摘要: Density-based sampling These types of strategies take into account the distribution and local density. The intuition is that the location with more de 阅读全文
posted @ 2021-11-07 20:53 哈哈哈喽喽喽 阅读(126) 评论(0) 推荐(0)
摘要: netron 阅读全文
posted @ 2021-11-04 18:24 哈哈哈喽喽喽 阅读(18) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/342570549 阅读全文
posted @ 2021-11-01 21:33 哈哈哈喽喽喽 阅读(12) 评论(0) 推荐(0)
摘要: https://cloud.tencent.com/developer/article/1741626 https://cloud.tencent.com/developer/article/1660961 BCELoss是Binary CrossEntropyLoss的缩写,BCELoss Cro 阅读全文
posted @ 2021-10-30 22:03 哈哈哈喽喽喽 阅读(71) 评论(0) 推荐(0)
摘要: python自己带的一个文件操作相关模块,用它可以查找符合自己目的的文件,类似于Windows下的文件搜索,支持通配符操作,,?,[]这三个通配符,代表0个或多个字符,?代表一个字符,[]匹配指定范围内的字符,如[0-9]匹配数字。 https://blog.csdn.net/***_xujipin 阅读全文
posted @ 2021-10-28 11:29 哈哈哈喽喽喽 阅读(23) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 28 下一页