Stanford-TML/EDGE

Segmentation fault (core dumped)

euneestella opened this issue · 2 comments

Hello, I'm trying to visualize the .pkl output from running test.py with --save_motions option with following command.
python SMPL-to-FBX/Convert.py --input_dir SMPL-to-FBX/smpl_samples/ --output_dir SMPL-to-FBX/fbx_out

But it says Segmentation fault (core dumped) and never works. I already installed Python FBX.

Here is my directory hierarchy.

(edge) root@37faa67a6076:/app/SMPL-to-FBX# tree                                                                                                               │·····················································
.                                                                                                                                                             │·····················································
|-- Convert.py                                                                                                                                                │·····················································
|-- FbxFormatConverter.exe                                                                                                                                    │·····················································
|-- FbxReadWriter.py                                                                                                                                          │·····················································
|-- SmplObject.py                                                                                                                                             │·····················································
|-- __pycache__                                                                                                                                               │·····················································
|   |-- FbxReadWriter.cpython-38.pyc                                                                                                                          │·····················································
|   `-- SmplObject.cpython-38.pyc                                                                                                                             │·····················································
|-- fbx_out                                                                                                                                                   │·····················································
|-- smpl_samples                                                                                                                                              │·····················································
|   `-- test_gasoline_demo.pkl                                                                                                                                │·····················································
`-- ybot.fbx

Thank you!

Got it! I should use python 3.7 to render the result. I was using python 3.8 and works after changing python into 3.7