Reed-yang
Reed-yang
> Thanks for this wonderful repo! I wonder if you can support normal map rendering. Since normal map can show more details. Hi chensjtu! Did you find a released gaussian-rasterization...
same
How did you solve this?
> How did you solve this? Hi! I'm here just wanna say that I solved this by just execute below in a python terminal before running scripts ```python import imageio...
smms官网域名改成了smms.app,与这个有关系吗
What type of `aligner` did you use? I was suffering OOM as well using the dust3r `global_aligner` , and, the `sparse_global_alignment` used cache strategy solves this.
if your data have no explicit pattern, such as timestamps or ego centric, using logwin maybe better https://github.com/naver/mast3r/issues/21#issuecomment-2250587429 the key is to utilize your data's inner connections btw, your OOM...
i think it is because `glomap` does not support GPU acceleration so far.
@michaelyuancb `split into "patchs"` may have relations with the `anchor depth` mentioned in the paper, by default, the the num of anchors should be H x W / 64
Hi, are you having any progress in developing preset known poses with sparse_global_alignment? I'm working on the same issue...