「Computer Vision」Note on DeeperLab

QQ Group: 428014259
Tencent E-mail:[email protected]
http://blog.csdn.net/dgyuanshaofeng/article/details/87391265

DeeperLab基于DeepLab和PersonLab。
编码器
作者尝试了两种,Xception-71为了高准确,宽版MobileNetV2为了快推理,两者都是使用了逐层分离卷积。
解码器
space-to-depth操作
预测头
5个
1、语义分割头:使用weighted bootstrapped cross-entropy loss
2、实例分割头:
keypoint heatmap,long-range offset map,short-range offset map,middle-range offset map

[1] DeeperLab Single-Shot Image Parser 2019 [paper] [PyTorch code] [parsing covering metric]

你可能感兴趣的:(「Computer Vision」Note on DeeperLab)