ASE icon indicating copy to clipboard operation
ASE copied to clipboard

FBX library

Open mshoe opened this issue 3 years ago • 1 comments

When running the AMP example command:

python ase/run.py --task HumanoidAMP --cfg_env ase/data/cfg/humanoid_sword_shield.yaml --cfg_train ase/data/cfg/train/rlg/amp_humanoid.yaml --motion_file ase/data/motions/reallusion_sword_shield/RL_Avatar_Atk_2xCombo01_Motion.npy --headless

I get this error:

Error: FBX library failed to load - importing FBX data will not succeed. Message: No module named 'fbx' FBX tools must be installed from https://help.autodesk.com/view/FBX/2020/ENU/?guid=FBX_Developer_Help_scripting_with_python_fbx_installing_python_fbx_html

which comes from the file fbx_backend.py in poselib. The program still continues running despite this error. Is the poselib fbx_backend.py still needed, even if we aren't loading an fbx file?

mshoe avatar Aug 22 '22 02:08 mshoe

You can ignore this error. The fbx backend is not needed unless you want to load fbx files.

xbpeng avatar Aug 22 '22 04:08 xbpeng