cuiaiyu / dressing-in-order

(ICCV'21) Official code of "Dressing in Order: Recurrent Person Image Generation for Pose Transfer, Virtual Try-on and Outfit Editing" by Aiyu Cui, Daniel McKee and Svetlana Lazebnik
https://cuiaiyu.github.io/dressing-in-order
Other
507 stars 126 forks source link

Is there a specific order for the three stages of training? #87

Open itouchzh opened 1 year ago

itouchzh commented 1 year ago
  1. I noticed that when one stage encounters an error, it is skipped, and the subsequent stages continue training. Is this the correct behavior?
  2. And is it not possible to use continue_train for the first stage?
cuiaiyu commented 1 year ago

The stage order should be 1,2 and 3. The first stage is designed to train from scratch, but you can skip it if you are using the flownet weights from GFLA.