qianlim / CAPE

Official implementation of CVPR2020 paper "Learning to Dress 3D People in Generative Clothing" https://arxiv.org/abs/1907.13615

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named 'psbody'

FD-MINGJIE opened this issue · comments

WoW! Awesome work!
I have some trouble with your released code:

  1. ModuleNotFoundError: No module named 'psbody'. I did'n find the psbody.py
  File "main.py", line 8, in <module>
    from psbody.mesh import Mesh
ModuleNotFoundError: No module named 'psbody'
  1. I'm pretty interested in the SMPL and CAPE, so could you send me a copy of code about SMPL in tf? It'll be important for me to learn the CAPE.
    Thanks for sharing the gread work!

Hi, psbody.mesh package is avaialble here.
The original SMPL code is unfortunately not available in TF. But the latest members from the SMPL family are good sources to look at: check out the SMPL-X model (pytorch, code includes SMPL) and the STAR (pytorch and tf2.0).