资源算法Pose-Guided-Person-Image-Generation

Pose-Guided-Person-Image-Generation

2020-04-01 | |  31 |   0 |   0

Pose-Guided-Person-Image-Generation

Tensorflow implementation of NIPS 2017 paper Pose Guided Person Image Generation

图片.png

Network architecture

图片.png

Dependencies

  • python 2.7

  • tensorflow-gpu (1.4.1)

  • numpy (1.14.0)

  • Pillow (5.0.0)

  • scikit-image (0.13.0)

  • scipy (1.0.1)

  • matplotlib (2.0.0)

Resources

TF-record data preparation steps

You can skip this data preparation procedure if directly using the tf-record data files.

  1. cd datasets

  2. ./run_convert_market.sh to download and convert the original images, poses, attributes, segmentations

  3. ./run_convert_DF.sh to download and convert the original images, poses

Note: we also provide the convert code for Market-1501 Attribute and Market-1501 Segmentation results from PSPNet. These extra info, are provided for further research. In our experiments, pose mask are obtained from pose key-points (see _getPoseMask function in convert .py files).

Training steps

  1. Download the tf-record training data.

  2. Modify the model_dir in the run_market_train.sh/run_DF_train.sh scripts.

  3. run run_market_train.sh/run_DF_train.sh

Note: we use a triplet instead of pair real/fake for adversarial training to keep training more stable.

Testing steps

  1. Download the pretrained models and tf-record testing data.

  2. Modify the model_dir in the run_market_test.sh/run_DF_test.sh scripts.

  3. run run_market_test.sh/run_DF_test.sh

Other implementations

Pytorch implementation Human-Pose-Transfer

Citation

@inproceedings{ma2017pose,
  title={Pose guided person image generation},
  author={Ma, Liqian and Jia, Xu and Sun, Qianru and Schiele, Bernt and Tuytelaars, Tinne and Van Gool, Luc},
  booktitle={Advances in Neural Information Processing Systems},
  pages={405--415},
  year={2017}
}

Related projects


上一篇:pose-attention

下一篇:project-posenet

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • shih-styletransfer

    shih-styletransfer Code from Style Transfer ...