SHShim0513 / SD-VITON

[AAAI 2024] Towards Squeezing-Averse Virtual Try-On via Sequential Deformation.
https://arxiv.org/pdf/2312.15861.pdf
115 stars 14 forks source link

Does anyone successfully train the model with this code? #12

Open takesukeDS opened 2 weeks ago

takesukeDS commented 2 weeks ago

I failed to train conditions with given codes and commands (train_conditions.py). The model I trained always warps clothing away from image (i.e. always produces an image with all white pixels)

Note that I made changes just for numpy type issues (np.int to np.int32 and np.float to np.float32) before training though.