sergeywong / cp-vton

Reimplemented code for "Toward Characteristic-Preserving Image-based Virtual Try-On Network"
MIT License
474 stars 182 forks source link

changes in tensorboard #8

Closed solitarysandman closed 5 years ago

solitarysandman commented 5 years ago

How can I change the tensorboard (in train.py/test.py) to show warped cloth overlayed on the person without making the warped cloth or the person transparent?

solitarysandman commented 5 years ago

solved this by using a mask of the cloth.

Annie1ustc commented 5 years ago

@solitarysandman how did you generate warp-mask & warp-cloth? for training TOM

solitarysandman commented 5 years ago

Hey @Arbi112 You can get warp-mask and warp-cloth by:

  1. training the GMM module.
  2. run a test on your entire data with a checkpoint of your choice and save all the warp-mask and warp-cloth generated.
Annie1ustc commented 5 years ago

@solitarysandman Thank you so much for your quick reply. You saved my ass