dongwu92 / AutoPortraitMatting

Tensorflow implementation of Automatic Portrait Matting on paper "Automatic Portrait Segmentation for Image Stylization"
Apache License 2.0
479 stars 151 forks source link

Output #7

Closed GirishaGarg closed 7 years ago

GirishaGarg commented 7 years ago

HI,

Thanks for the help. I implemented the code, and getting the output, which I have attached. Is this what I should be getting ? If yes, how do I extract the segmented output from it? Can you help ? pre0

rubychilds commented 7 years ago

@PetroWu would you be able to help on the above as well as running for new images - Thanks!

rubychilds commented 7 years ago

@GirishaGarg I believe you closed this issue, but did not answer the question. Can you assist?

GirishaGarg commented 7 years ago

@rubychilds I was not training the model properly. You need to train the model first with all the images and then test it on other files. You can change the number and index of files to be tested by changing the batch size and test.mat file.

Hope it helps.

PapaMadeleine2022 commented 4 years ago

@GirishaGarg I have the same question. Can you tell me how do I extract the segmented output from it?