图像语义分割网络:FCN
FCN网络发表于Long J, ShelhamerE, Darrell T. Fully convolutional networks for semantic segmentation[C]//Computer Vision and Pattern Recognition. IEEE, 2015:3431-3440。 起源于美国加州大学伯克利分校的这项工作为语义分割引入了端到端的全卷积网络,在网络结构中,重新利用ImageNet的预训练网络用于语义分割,使用了反卷积层进行上采样并且引入跳跃连接来改善上采样粗糙的像素定位。
文件列表
tensorflow-fcn-master.zip
(预估有个20文件)
tensorflow-fcn-master
fcn8_vgg.py
19KB
.gitignore
783B
README.md
5KB
test_fcn8_vgg.py
1KB
fcn16_downsampled.png
177B
LICENSE
1KB
fcn16_vgg.py
16KB
fcn8_upsampled.png
20KB
utils.py
238B
暂无评论