├── README.md ├── bgs_model.py └── train.py /README.md: -------------------------------------------------------------------------------- 1 | # FastMattingPortrait 2 | implmentation of paper: https://arxiv.org/abs/1707.08289 3 | -------------------------------------------------------------------------------- /bgs_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ofirlevy/FastMattingPortrait/HEAD/bgs_model.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ofirlevy/FastMattingPortrait/HEAD/train.py --------------------------------------------------------------------------------