pixelite1201 / BEDLAM

206 stars 19 forks source link

demo.py inference to obj, not an image #30

Closed Ji-eun-Kim closed 4 months ago

Ji-eun-Kim commented 9 months ago

I want to turn demo.py and print the smpl that came out as an inference as obj, what should I do?

pixelite1201 commented 4 months ago

You could use different libraries like psbody.mesh or trimesh to export the vertices as .obj file. You could check out other github repository like SPEC, PIXIE etc. to check the code.