Shirhe-Lyh / deep_image_matting

A TensorFlow Implementation of Deep Image Matting
Apache License 2.0
19 stars 6 forks source link

trimap #2

Open wangxin1233 opened 5 years ago

wangxin1233 commented 5 years ago

您好,请问原文中作者的输入是原图和trimap,但是在您的复现中并没有提供对应的trimap 图的路径,请问是怎么联系的?您能解释一下 trimap = data_provider.trimap(alpha)这句中的 data_provider.py实现的功能吗?谢谢

Shirhe-Lyh commented 5 years ago

@wangxin1233 这个只是个示例,指的是从groundtruth alpha 通过腐蚀、膨胀得到一个 trimap。实际使用时,你可以重写 data_provide.py 的 provide 等函数,明确指定 trimap 的路径就可以了。

twinsyssy1018 commented 5 years ago

那只有一张rgb图片,没有trimap文件,是不是可以用 data_provider.trimap()来生成?