Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.64 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.64 KB

3d Pose Warping

Implementing GAN based reposing of an image of a human into any desired novel pose based on the algorithm provided in the paper here. To generate the desired pose, dense feature voxels are implicitly learned from the given 2D poses and then these voxels are warped according to the desired poses. After obtaining the desired 3D feature volume, these voxels are converted back to 2D space using a convolutional decoder.

Screenshots

Sample Screenshot

Demo

Link to Google Colaboratory notebook for demo of this project: Click here

Dependencies

  • tensorflow-gpu v1.12
  • TF-GAN
  • scikit-image
  • OpenCV3
  • Numpy v1.16

Documentation

Link to Documentation: Click here

Team

Acknowledgements