Densepose using Fastai | m2e-try on https://arxiv.org/abs/1811.08599

hi :
I was looking to create a cycle gan or implement this paper using Fastai m2e-try on . Read through a lot of stuff (https://hardikbansal.github.io/CycleGANBlog/) , (https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix) and the recent Caffe based Facebookreasearch gihutb [detector2 , densepose].

Looking forward for some leads to implement this paper ,

  1. Extract pose from the input image
  2. Extract pose from the output image
  3. Convert the pose of output image to input.
  4. Extract fabric from input image
  5. Align the fabric to the output image.

The example of horse2zerbra did not work well as the input/output image fabric will keep changing.

Incase I have choosen a wrong category to post please correct me.

Thanks.