Stanford-TML / EDGE

Official PyTorch Implementation of EDGE (CVPR 2023)
https://edge-dance.github.io
MIT License
433 stars 62 forks source link

NameError: name 'FbxAnimCurve' is not defined #26

Open ryhhtn opened 1 year ago

ryhhtn commented 1 year ago

Thanks for providing the interesting code.

Actually, I tried SMPL to FBX and got the following error

The execution environment is as follows

Ubuntu 20.04
Python 3.10
PyTorch 1.13.1

FBX SDK was installed according to the following procedure

FBX SDK Download (https://www.autodesk.com/developer-network/platform-technologies/fbx-sdk-2020-3)

mkdir -p /fbx-sdk/install
tar -zxvf /tmp/fbx202032_fbxpythonsdk_linux.tar.gz -C /fbx-sdk
/fbx-sdk/fbx202032_fbxpythonsdk_linux /fbx-sdk/install 

If there is a way to fix this, please let me know.

HekmatTaherinejad95 commented 1 year ago

Thank you for providing the project open source.

I have the same problem. Appreciate if you can provide a solution.

PiaoShihao commented 12 months ago

I suggest to use python3.7 to run this code, I guess the author use old version of python fbx that work on python3.7

AbjectiveMusic commented 10 months ago

Python 3.8 fix troubles