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

Cuda failure src/bvh_cuda_op.cu:751: 'an illegal memory access was encountered' #50

Closed electronicliujiang closed 5 years ago

electronicliujiang commented 5 years ago

Stage 000 done after 2.5709 seconds Orientation: 0%| | 0/1 [00:02<?, ?it/s████████████████▏ | 1/5 [00:02<00:10, 2.57s/it] Stage 001 done after 1.6226 seconds Orientation: 0%| | 0/1 [00:04<?, ?it/s███████████████████████████████████████████▍ | 2/5 [00:04<00:06, 2.29s/it] Stage 002 done after 3.1877 seconds Orientation: 0%| | 0/1 [00:07<?, ?it/s█████████████████████ █████████████████████████████████████████████████▌ | 3/5 [00:07<00:05, 2.56s/it] Cuda failure src/bvh_cuda_op.cu:751: 'an illegal memory access was encountered'

what's wrong about this?

geopavlakos commented 5 years ago

This probably suggests that the mesh-intersection dependency is not installed correctly. Please visit the dedicated repo and make sure that the examples run correctly. In the meanwhile, you can also try to run the code by setting interpenetration: True in the yaml file to run the code without the mesh intersection term.

electronicliujiang commented 5 years ago

thank you for you help my friend! At the beginning,interpenetration: True then I set interpenetration: False then when i use python smplifyx/render_results.py --mesh_fns /smplify-x-master/OUTPUT_FOLDER/meshes/01_img

raise window.NoSuchConfigException() pyglet.window.NoSuchConfigException how can i do?

geopavlakos commented 5 years ago

It looks like this is a problem with pyrender. Please check if the pyrender dependency has been installed correctly.