deeplab笔记

参考:
https://blog.csdn.net/chenyj92/article/details/53448161
https://www.jianshu.com/p/295dcc4008b4
https://blog.csdn.net/Dlyldxwl/article/details/81148810
https://blog.csdn.net/baidu_38270845/article/details/102631140

deeplab V1

backbone:
VGG-16 + CRF
最后两层max pooling (pool4, pool5) 的 stride = 1
最后三个conv层(conv5_1、conv5_2、conv5_3)的dilate rate设置为2,第一个全连接层的dilate rate设置为4
during training
target 为 GT label subsampled by 8
batch size = 20
initial learning rate = 0.001 (0.01 for the final classifier layer)
multiplying the learning rate by 0.1 at every 2000 iterations
momentum = 0.9, weight decay = 0.0005
during testing
最后输出feature map下采样8倍,直接 bilinear interpolation 上采样8倍回到原resolution
Multi-scale prediction
input image, four max pooling layers 后接 2-layer MLP (128 3x3, 128 1x1), concate -> 5x128 = 640 channels

deeplabV2

ASSP
在这里插入图片描述
在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值