├── README.md ├── data_provider.py ├── fg_bg_mapping.txt ├── generate_tfrecord.py ├── hook_utils.py ├── images_correspondence.txt ├── images_corresponding.py ├── input_utils.py ├── main.py ├── mnet.py ├── read_tfrecord.py ├── test.py ├── tnet.py └── train_images_without_boundary_with_bg.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CapsulE07/semantic-human-matting/HEAD/README.md -------------------------------------------------------------------------------- /data_provider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CapsulE07/semantic-human-matting/HEAD/data_provider.py -------------------------------------------------------------------------------- /fg_bg_mapping.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CapsulE07/semantic-human-matting/HEAD/fg_bg_mapping.txt -------------------------------------------------------------------------------- /generate_tfrecord.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CapsulE07/semantic-human-matting/HEAD/generate_tfrecord.py -------------------------------------------------------------------------------- /hook_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CapsulE07/semantic-human-matting/HEAD/hook_utils.py -------------------------------------------------------------------------------- /images_correspondence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CapsulE07/semantic-human-matting/HEAD/images_correspondence.txt -------------------------------------------------------------------------------- /images_corresponding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CapsulE07/semantic-human-matting/HEAD/images_corresponding.py -------------------------------------------------------------------------------- /input_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CapsulE07/semantic-human-matting/HEAD/input_utils.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CapsulE07/semantic-human-matting/HEAD/main.py -------------------------------------------------------------------------------- /mnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CapsulE07/semantic-human-matting/HEAD/mnet.py -------------------------------------------------------------------------------- /read_tfrecord.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CapsulE07/semantic-human-matting/HEAD/read_tfrecord.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CapsulE07/semantic-human-matting/HEAD/test.py -------------------------------------------------------------------------------- /tnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CapsulE07/semantic-human-matting/HEAD/tnet.py -------------------------------------------------------------------------------- /train_images_without_boundary_with_bg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CapsulE07/semantic-human-matting/HEAD/train_images_without_boundary_with_bg.txt --------------------------------------------------------------------------------