Skip to content

Implementing GAN based reposing of an image of a human into any desired novel pose.

Notifications You must be signed in to change notification settings

kaushik3012/3d-pose-warping

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Languages

  • Python 98.0%
  • Jupyter Notebook 2.0%