摘要:
1、安装anaconda 下载地址:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-5.3.1-Windows-x86_64.exe 复制地址到浏览器直接下载 下载完成后双击打... 阅读全文
posted @ 2022-11-05 15:59
梦幻济公
阅读(380)
评论(0)
推荐(0)
|
摘要:
1、安装anaconda 下载地址:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-5.3.1-Windows-x86_64.exe 复制地址到浏览器直接下载 下载完成后双击打... 阅读全文
posted @ 2022-11-05 15:59
梦幻济公
阅读(380)
评论(0)
推荐(0)
摘要:
np.expand_dims(A, axis=0)np.argmax(E, axis=1) np.newaxis >> type(np.newaxis)NoneType>> np.newaxis == NoneTrue>> x = np.arange(3)>... 阅读全文
posted @ 2022-11-05 15:59
梦幻济公
阅读(20)
评论(0)
推荐(0)
摘要:
U-Net: Convolutional Networks for Biomedical Image Segmentation 18... 阅读全文
posted @ 2022-11-05 15:59
梦幻济公
阅读(20)
评论(0)
推荐(0)
摘要:
Learning Fully Dense Neural Networks for Image Semantic Segmentati... 阅读全文
posted @ 2022-11-05 15:59
梦幻济公
阅读(50)
评论(0)
推荐(0)
摘要:
RefineNet: Multi-Path Refinement Networks for High-Resolution Sema... 阅读全文
posted @ 2022-11-05 15:59
梦幻济公
阅读(60)
评论(0)
推荐(0)
摘要:
参考: https://blog.csdn.net/chenyj92/article/details/53448161 https:... 阅读全文
posted @ 2022-11-05 15:59
梦幻济公
阅读(42)
评论(0)
推荐(0)
摘要:
Understanding Convolution for Semantic Segmentation 1 Jun 2018 tho... 阅读全文
posted @ 2022-11-05 15:59
梦幻济公
阅读(40)
评论(0)
推荐(0)
摘要:
系列 pytorch学习笔记 Optimizer https://pytorch.org/docs/stable/optim.html【PyTorch】优化器 torch.optim.Optimizer 初始化 pytorch学习(8) layer的抽取pyt... 阅读全文
posted @ 2022-11-05 15:59
梦幻济公
阅读(23)
评论(0)
推荐(0)
摘要:
Task 对某一类别c1,选择已有标注的样本作为support,待测样本为 query,model 以 support 为参考去分割 query。 C-way K-shot:C为类别数;分割每个 query 使用 K 个 support images Solu... 阅读全文
posted @ 2022-11-05 15:59
梦幻济公
阅读(130)
评论(0)
推荐(0)
摘要:
MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications (2017.04) 1、使用 depthwise conv + pointwise co... 阅读全文
posted @ 2022-11-05 15:59
梦幻济公
阅读(116)
评论(0)
推荐(0)
|