How to write mediapipe face mesh 468 landmarks into FBX file format using Python?

275 views Asked by At

I want to write or store mediapipe face landmarks to a FBX file format.

I have tried with multiple way like using fbx, pyfbx and python fbx sdk but not a single library gives me a correct results, I have to use python version 3.7 or above for my further project code.

I am able to create obj file in which I am having 468 3D face landmarks but when I try to write or convert this content of obj to fbx using aspose.3d library it's showing that model is empty.

I think all the libraries which I mentioned above are required to have python lower version that's why the code is not working for conversion into fbx.

Please reply as soon as possible!

Thanks in advance!

0

There are 0 answers