wtjiang98 / BeautyGAN_pytorch

Official PyTorch implementation of BeautyGAN (ACM MM 2018)
http://colalab.org/projects/BeautyGAN
MIT License
220 stars 41 forks source link

Is there no code to extract the mask or I missed it? #3

Closed et148 closed 4 years ago

wtjiang98 commented 5 years ago

The mask file is included in the MT dataset.

et148 commented 5 years ago

I understand that when training,the image and the corresponding mask are input into the network,but when testing,mask is not required,so we do not need extracting code,right?

wtjiang98 commented 5 years ago

Yes

maarab-sfu commented 4 years ago

Is the mask extracting code available? I want to test it on another dataset.