xiezhy6 / PASTA-GAN

Official code for NeurIPS 2021 paper "Towards Scalable Unpaired Virtual Try-On via Patch-Routed Spatially-Adaptive GAN"
81 stars 24 forks source link

How to get "train_random_mask_acgpn" #8

Open halcyon370 opened 2 years ago

halcyon370 commented 2 years ago

It seems this part is missing when training PASTA-GAN by using UPT dataset. Would you release these images or share the generation code of them? Thank you.

xiezhy6 commented 2 years ago

We download it from the repository of ACGPN.

albek00 commented 2 years ago

@halcyon370 Did you manage to find the ACGPN random mask images in the target repository? I don't think that it refers to the train or test datasets of ACGPN itself, since there are no random masks in those.

xiezhy6 commented 2 years ago

@halcyon370 Did you manage to find the ACGPN random mask images in the target repository? I don't think that it refers to the train or test datasets of ACGPN itself, since there are no random masks in those.

Hi, we have also unloaded the random masks to google driver, you can download from this link

leto-hub commented 1 year ago

Excuse me, could you please upload it again, cauze the relevant link is no longer valid.

hychiang-git commented 1 year ago

Hi,

I found an issue in ACGPN in which they download the mask from QD-IMD. Probably, PASTA-GAN uses the random masks from QD-IMD.

Best