/automatic-portrait-tf

TensorFlow implementation of Automatic Portrait Segmentation

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

automatic-portrait-tf

Setup

Dependencies

Data Preparation

$ wget http://dl.caffe.berkeleyvision.org/fcn8s-heavy-pascal.caffemodel
$ python caffe_mat_transform.py
$ mkdir model
$ cd data
$ python data_download.py

Usage

Training

$ python train.py

Testing

$ python test.py

References