an unofficial pytorch implementation of ICCV 2019 paper "Disentangled Image Matting"
this project is not finished
- python 3.6
- pytorch 1.4.0
- tensorboardX
- opencv
Contact author for the dataset.
Download and move all above compressed data files into a folder.
Set --raw_data_path={path_to_your_folder}
in any .sh
file you use.
$ bash ./prep.sh
$ bash ./train.sh
$ tensorboard --logdir ./runs
TODO
TODO