vchoutas / smplify-x

Expressive Body Capture: 3D Hands, Face, and Body from a Single Image
https://smpl-x.is.tue.mpg.de/
Other
1.77k stars 340 forks source link

Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) #53

Closed erezposner closed 5 years ago

erezposner commented 5 years ago

Running main yields Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) at the 3rd stage

Camera initialization done after 4.8701
Camera initialization final loss 3067.6379
Orientation:   0%|          | 0/1 [00:00<?, ?it/s]
Stage:   0%|          | 0/5 [00:00<?, ?it/s]Stage 000 done after 32.2422 seconds

Orientation:   0%|          | 0/1 [00:47<?, ?it/s]
Stage:   0%|          | 0/5 [00:47<?, ?it/s]

Orientation:   0%|          | 0/1 [00:59<?, ?it/s]
Stage:  20%|██        | 1/5 [00:59<03:08, 47.05s/it]
Stage:  40%|████      | 2/5 [00:59<01:49, 36.56s/it]Stage 001 done after 8.8813 seconds

Orientation:   0%|          | 0/1 [01:25<?, ?it/s]
Stage:  40%|████      | 2/5 [01:25<01:49, 36.56s/it]Stage 002 done after 16.2499 seconds

Stage:  60%|██████    | 3/5 [01:27<01:08, 34.15s/it]
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

any suggestions?

geopavlakos commented 5 years ago

I suspect that there is a problem with the installation of the torch-mesh-isect package. Can you set interpenetration: True in your yaml file and run the code again? If it runs without problems, then the problem is probably with the mesh intersection package.

erezposner commented 5 years ago

Indeed, setting interpenetration to false runs without any issues. Thanks