ahmedosman / STAR

ECCV2020 - Official code repository for the paper : STAR - A Sparse Trained Articulated Human Body Regressor
https://star.is.tue.mpg.de
Other
654 stars 95 forks source link

FBX model for STAR #19

Open Luciano07 opened 3 years ago

Luciano07 commented 3 years ago

Hi, I want to use STAR model in 3D software (e.g. Unity, Blender and Maya) by FBX model . I guess it may be possible produce an FBX model from .pkl and .npy files. It would be great if we can use an FBX model for STAR.

Thanks for the great work!

lasagnaphil commented 3 years ago

You might want to look at using the PyMesh library (https://github.com/PyMesh/PyMesh) to convert numpy arrays into obj/stl file format, which you can then load into the program of your choice.

chris-hndz commented 3 years ago

Hi, Along with thanking you for your hard work and great contribution with your project, actually it would be very useful for our research to have a STAR example project in Unity (or Unreal Engine) with the FBX model with its blendshapes, just like it is published for SMPL. We would like to do some testing of the blendshapes with Maya/3ds Max as well.

Have you considered publishing an example FBX model of STAR for Unity/UE4/Maya/3dsMax?

Thanks in advance! smpl_unity

ahmedosman commented 3 years ago

Hi @Luciano07 and @chris-hndz ,

We received several requests to have STAR in an FBX format/Unity/Unreal plugins. It's on our todo list. I'll leave this issue open until we release the plugins. Thanks for your interest!

Ahmed

korzen commented 3 years ago

Hello @ahmedosman just wanted to ask wheter there is any update on this matter? Thanks

liuhaorandezhanghao commented 3 years ago

@ahmedosman hi,Hello, can you provide the fbx version of STAR?thx