tengteng95 / Pose-Transfer

Code for the paper Progressive Pose Attention for Person Image Generation in CVPR19 (Oral).
MIT License
734 stars 160 forks source link

Merged master into pytorch_v1.0 #63

Closed nalzok closed 4 years ago

nalzok commented 4 years ago

I noticed that the master branch

  1. contains instructions on the generation of keypoints files and dataset split files
  2. mentions cropping as a preprocessing step

whereas the pytorch_v1.0 doesn't. This might introduce unnecessary confusion and inconsistency, so I opened this pull request to have recent changes to master reflected in pytorch_v1.0. Since most changes are made to README.md and are for clarification purposes only, they shouldn't break anything.

tengteng95 commented 4 years ago

Thanks!