hassony2 / obman_render

[cvpr19] Code to generate images from the ObMan dataset, synthetic renderings of hands holding objects (or hands in isolation)
79 stars 9 forks source link

Use smplx instead of smplh #5

Open MohammedHossam opened 4 years ago

MohammedHossam commented 4 years ago

Hi .. thank you for the great work. I need to use smplx (smplh+facial expressions you can say) to include facial expressions in the output. How can I approach that ? Thanks in advance!

dimtzionas commented 4 years ago

Dear @MohammedHossam

A good starting point for using SMPL-X is the project website and the related github repos:

The read-me files will guide you on the setup. The repos might not be exactly for the use case you have in mind (your post does not point to a specific use case), but you will definitely get some technical pointers and inspiration from these repos.

Best, dimitris