nv-tlabs / GET3D

Other
4.2k stars 376 forks source link

Does renderin supposed to have warning about degementation fault? #149

Open EadmondDai opened 11 months ago

EadmondDai commented 11 months ago

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.

Hello-hubKing commented 9 months ago

I have same problems,have you solved it?

Bathsheba commented 9 months ago

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.

SteveJunGao commented 9 months ago

Hi @EadmondDai,

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?)