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

Person doesn't look the same in results TryOn #42

Closed dubbie12 closed 2 years ago

dubbie12 commented 2 years ago

Hello, thank you again for this great job. I am trying the google colab project with custom images, but the face don't look the same person, even the person appears with a beard, despite the fact that in the input image he did not have.

  1. I rezise the input image to 750x1101

  2. I generated the 18 keypoints with COCO data set, using this (the input image for open pose was 175x256): !cd openpose && ./build/examples/openpose/openpose.bin --image_dir '{colab_image_path}' --model_pose COCO --write_json '{colab_openpose_image_path}' --display 0 --render_pose 0

  3. I generated the parse image using Human_Parsing_shcp

But the results are a little weird, as you can se bellow: image

The fashion dataset looks good image

Am I doing something wrog or these results are normal? Thank you

cuiaiyu commented 2 years ago

That's unfortunately a face overfitting problem as discussed here https://github.com/cuiaiyu/dressing-in-order/issues/32

dubbie12 commented 2 years ago

I understand. Thank you for the quick reply