Deep-Image-Matting
Deep-Image-Matting copied to clipboard
How to train on my own data?
I'm looking to train on a small data set I've created. I've input images, trimaps, alpha(ground truths), all in png formats.
But I've seen other type of data like 'eps','bg' in matting_unpool.py.
dataset_eps = 'train_data/eps' dataset_BG = 'train_data/bg'
How to proceed?