上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页

2022年10月11日

python中items()函数作用

摘要: 参考链接: https://www.runoob.com/python3/python3-att-dictionary-items.html https://blog.csdn.net/weixin_43505418/article/details/115407835 阅读全文

posted @ 2022-10-11 14:42 健力宝1995 阅读(65) 评论(0) 推荐(0) 编辑

深度学习中的随机种子

摘要: 参考链接: https://blog.csdn.net/qq_41375609/article/details/99327074 https://blog.csdn.net/WYXHAHAHA123/article/details/96595109 阅读全文

posted @ 2022-10-11 09:48 健力宝1995 阅读(43) 评论(0) 推荐(0) 编辑

python中在函数后面有一个小括号和一个中括号是什么意思?

摘要: 函数带小括号表示执行这个函数,函数如果带参数的话也会输入到这个小括号里,如果后面还有一个方括号的话,说明这个函数的返回是一个可迭代对象,比如字符串,元组,列表,集合等之类的数据。 如下,后面的中括号表示取返回结果的索引值为0的值 tf.shape(features["image"])[0] 阅读全文

posted @ 2022-10-11 09:35 健力宝1995 阅读(1073) 评论(0) 推荐(0) 编辑

2022年10月10日

UNet模型及代码解析

摘要: 参考链接: https://blog.csdn.net/qq_43537701/article/details/121177321 https://blog.csdn.net/weixin_40519315/article/details/104408388 阅读全文

posted @ 2022-10-10 14:59 健力宝1995 阅读(81) 评论(0) 推荐(0) 编辑

Java HashMap getOrDefault() 方法

摘要: 参考链接: https://www.runoob.com/java/java-hashmap-getordefault.html https://blog.csdn.net/weixin_43263961/article/details/86513880 阅读全文

posted @ 2022-10-10 14:32 健力宝1995 阅读(24) 评论(0) 推荐(0) 编辑

图解Swin Transformer

摘要: 参考链接: https://zhuanlan.zhihu.com/p/367111046 https://blog.csdn.net/qq_39478403/article/details/120042232 阅读全文

posted @ 2022-10-10 11:29 健力宝1995 阅读(28) 评论(0) 推荐(0) 编辑

2022年10月9日

模型文件pt/pth/plk的区别

摘要: 参考链接: https://zhuanlan.zhihu.com/p/422797058 https://blog.csdn.net/qq_27009517/article/details/111272115 阅读全文

posted @ 2022-10-09 11:07 健力宝1995 阅读(297) 评论(0) 推荐(0) 编辑

到底要看多少篇文献才能自主的写出论文来?

摘要: 链接:https://www.zhihu.com/question/374349314 阅读全文

posted @ 2022-10-09 11:02 健力宝1995 阅读(7) 评论(0) 推荐(0) 编辑

GoPro数据集介绍

摘要: GoPro 数据集是一个用于去模糊任务的数据集。 该数据集包括 3,214 张大小为 1,280×720 的模糊图像,其中 2,103 张是训练图像, 1,111 张是测试图像。该数据集由一一对应的真实模糊图像与 ground truth 图像组成,均由高速摄像机拍摄。 阅读全文

posted @ 2022-10-09 10:53 健力宝1995 阅读(2238) 评论(0) 推荐(0) 编辑

计算机视觉里面的ground truth到底是指什么

摘要: 参考链接: https://www.zhihu.com/question/424356847 https://blog.csdn.net/weixin_41010198/article/details/89311366 阅读全文

posted @ 2022-10-09 09:02 健力宝1995 阅读(66) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页

导航