FSet89

Results 22 comments of FSet89

I get the same error with `p=alsaaudio.PCM(1)` **ALSA lib ../../../alsa-lib-1.1.9/src/pcm/pcm_direct.c:1271:(snd1_pcm_direct_initialize_slave) unable to install hw params ALSA lib ../../../alsa-lib-1.1.9/src/pcm/pcm_dsnoop.c:649:(snd_pcm_dsnoop_open) unable to initialize slave Traceback (most recent call last): File "", line...

> What happens if you specify an existing device instead of the implicit 'default': > > `p=alsaaudio.PCM(1, device='null')` > > Other solution might be to add default device to the...

Thanks, I will give it a try. However, isn't 'null' the playback device? I'm expecting to see the card name when calling `p.cardname()`

Any update on this? Apparently the suggested CUDA version in this repo is too old for compute_86

Thank you, I will. Do you think that I should split my training cloud into multiple file, or will this be managed by the loader? I'm not sure about the...

> Depend on your setting. (data.tranform.Collect.feat_key) Can you explain this?

> Here is an example: https://github.com/Pointcept/Pointcept/blob/main/configs/scannet/semseg-pt-v3m1-0-base.py#L134. Here, the feat_key is ["coord", "normal"], which means that the Collect function will create "feat" with "coord" and "normal" ([n, 6]), further resulting in...