dongwu92 / AutoPortraitMatting

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

Running Question #11

Open whenjonny opened 7 years ago

whenjonny commented 7 years ago

Excuse me please, i am wondering how to use this repo. And i have already setup the running environment.

dongwu92 commented 7 years ago

Just download the datasets and codes from the project page. Use the codes to generate the rest data. Then you can check the list of files in 'data' folder. If everything is ready, run FCN.py or FCN_plus.py to train or predict.

saeed68gm commented 7 years ago

Do we need to update the histogram summary functions? I get an error saying that the functions are deprecated and are now part of the summary package: https://www.tensorflow.org/api_docs/python/tf/summary/histogram