You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to get this repo running and generate my own data.
But when trying to render the models I got from shapeNet with blender.
I got those outputs:
Segmentation fault
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
Is it supposed to happen?
I am using wsl2 ubuntu, didn't use docker, just conda to set up env.
The text was updated successfully, but these errors were encountered:
I have run this a lot and did not see that problem. Internet thinks the parse_card error is a problem of it not being able to find your sound card.
Is this error happening in Blender or in GET3D code? I don't think Get3D uses sound at all.
I haven't seen the Segmentation fault error in this code, do you have more information about the bug and the systems you're running (e.g. Ubuntu or Windows, GPUs?)
Hi, I am trying to get this repo running and generate my own data.
But when trying to render the models I got from shapeNet with blender.
I got those outputs:
Segmentation fault
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
Is it supposed to happen?
I am using wsl2 ubuntu, didn't use docker, just conda to set up env.
The text was updated successfully, but these errors were encountered: