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
513 stars 127 forks source link

What is the meaning of atr2aiyu and aiyu2atr? #34

Closed fyviezhao closed 2 years ago

fyviezhao commented 2 years ago

Hi, could you tell me what atr2aiyu and aiyu2atr mean here? Why we need this additional label transfer instead of directly using the raw parsing labels?

cuiaiyu commented 2 years ago

Hi, aiyu is a label set following our prior work ADGAN's label definition (see section 3.3 - implementation details). atr2aiyu and aiyu2atr are the dictionary used for label conversion. Sorry for the bad naming.

The reason to set up this label conversion is to follow and compare with the prior work ADGAN. Directly using the raw parse should also work.

cuiaiyu commented 2 years ago

closed as no longer active. Please reopen if needed. :)