Open hematank opened 3 years ago
Added now. Please check. Thanks.
thank you, it works. But when i continue to train, i happened this error. "File "/mnt/leo/3d-try-on/ACGPN/models/pix2pixHD_model.py", line 363, in forward fake_c = fake_c(1-mask)+maskwarped" "The size of tensor a (3) must match the size of tensor b (4) at non-singleton dimension 1。" train script is below: python train.py --datapairs train_pairs.txt --phase train --batchSize 4 --gpu_ids 0
Hi @hematank, sorry to say that I only used this repository for testing purpose. Please refer to the original repo (https://github.com/switchablenorms/DeepFashion_Try_On) for training. Thank you.
ok,thanks a lot. i just try DeepFashion_Try_On's training and it works. But i am still confused about the meaning of dataset directory such as train_color_mask、train_label(it shows all black)、train_mask.
when i train, i can't find train_pairs.txt in ./Data_preprocessing directory?