AutoPortraitMatting
AutoPortraitMatting copied to clipboard
Tensorflow implementation of Automatic Portrait Matting on paper "Automatic Portrait Segmentation for Image Stylization"
E:\anaconda3\python.exe "G:/Document/Graduation_ project/AutoPortraitMatting-master/AutoPortraitMatting-master/FCN_plus.py" WARNING:tensorflow:From G:/Document/Graduation_ project/AutoPortraitMatting-master/AutoPortraitMatting-master/FCN_plus.py:237: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead. setting up vgg initialized conv layers ... WARNING:tensorflow:From G:/Document/Graduation_ project/AutoPortraitMatting-master/AutoPortraitMatting-master/FCN_plus.py:88: The name tf.variable_scope is deprecated....
@dongwu92 你好,很棒的项目! 我想单独预测一张图片该如何处理呢,我看到FCN.PY中都是通过.MAT读入,批量构造输入数据的, 如果我想预测一张图,并且没有测试标签,该如何实现呢, MATTING刚接触,问题比较肤浅,见谅 谢谢!
请问有(a) Input Image (b) Segmentation (c) Stylization (d) Depth-of-field (e) Cartoon这些数据集里面的(d) Depth-of-field数据集吗?
Can anyone share pretrained weights for FCN.py and FCN_plus.py?
@PetroWu Sorry to trouble you. Can you tell me how do I extract the segmented output from it to get the portrait mask ? Like [here](https://github.com/PetroWu/AutoPortraitMatting/blob/master/FCN.py#L269) Thanks.
Hello, as I can not install matlab softtware in may machine to generate the data `portraitFCN_data`, Can anyone share it ? Thanks.
In the paper, we can see that connectivity and gradient errors are defined as G(A, Agt) = 1/K * || ∇Ai − ∇Ai_gt || C(A,Agt)= 1/K * || φ(Ai,Ω)...
I am looking for a deep learning library/sdk which can be used to remove the background from any image automatically (with quality as good as www.remove.bg). I tried some image...
Hi, Thanks for you work! its looking awesome output. I want to integrate your demo into android project. Is it possible to integrate model into android Project? If it possible,...