python 图像分割_Tensorflow实现图像分割的自动人像分割

这篇博客介绍了如何使用TensorFlow实现论文'AutomaticPortraitSegmentationforImageStylization'中的自动肖像羽化技术。需要的数据集可以从提供的百度云链接下载,并按照指示进行预处理。训练模型通过运行FCN.py和FCN_plus.py实现,但博主未能达到论文中的性能。鼓励读者根据需要修改代码并分享改进。
摘要由CSDN通过智能技术生成

AutoPortraitMatting

Tensorflow implementation of Automatic Portrait Matting on paper "Automatic Portrait Segmentation for Image Stylization"

Requirement

Tensorflow

scipy

six

PIL

numpy

Data

mkdir data and copy the following folders and files into data/:

images_mask/

images_data/

images_data_crop/

images_tracker/

portraitFCN_data/

portraitFCN+_data/

meanmask.png

testlist.mat

trainlist.mat

Some of the folders data above, will be obtained by additional scripting. To obtain additional data, run the data_download.m and generate_data_file.m respectively

How to run

FCN.py and FCN_puls.py implements the two models in that paper. To train:

if __name__ == "__main__": tf.app.run() #pred()

After train, predict:

if __name__ == "__main__": #tf.app.run() pred()

Datasets

由于shenxiaoyong网站崩溃,提供数据的百度云下载链接 Link: http://pan.baidu.com/s/1dE14537 Password: ndg8 仅供学术交流,如有引用,请通知原作者。

Ackownledge

Thanks for Xiaoyong Shen and his paper

"Deep Automatic Portrait Matting" Xiaoyong Shen, Xin Tao, Hongyun Gao, Chao Zhou, Jiaya Jia. European Conference on Computer Vision (ECCV), 2016

I can't reach the performance in this paper. So please modify it as you want and inform me if any improvement.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值