Open SLAGworld opened 7 months ago
After switching to EGL, I received more detailed error messages:
Traceback (most recent call last):
File "/data/TeCH/utils/body_utils/postprocess.py", line 132, in
Have you been able to get around this error? I'm getting a similar message: scripts/run.sh: line 47: 13007 Segmentation fault python cores/main_mc.py --config configs/tech_mc_geometry.yaml --exp_dir ${EXP_DIR} --sub_name ${SUBJECT_NAME}
same error
When I reach step 4, the script fails with a segmentation fault. The terminal outputs the following error message: python -X faulthandler utils/body_utils/postprocess.py --dir $EXP_DIR/obj --name $SUBJECT_NAME
Fatal Python error: Segmentation fault Current thread 0x00007feb5d36d240 (most recent call first): File "/opt/conda/lib/python3.9/site-packages/OpenGL/platform/baseplatform.py", line 415 in call File "/opt/conda/lib/python3.9/site-packages/pyrender/renderer.py", line 614 in _bind_and_draw_primitive File "/opt/conda/lib/python3.9/site-packages/pyrender/renderer.py", line 389 in _forward_pass File "/opt/conda/lib/python3.9/site-packages/pyrender/renderer.py", line 144 in render File "/opt/conda/lib/python3.9/site-packages/pyrender/offscreen.py", line 104 in render File "/data/TeCH/utils/body_utils/lib/common/render_pyrender.py", line 141 in get_image File "/data/TeCH/utils/body_utils/postprocess.py", line 118 in get_occ_map File "/data/TeCH/utils/body_utils/postprocess.py", line 125 in
Segmentation fault (core dumped)