zhouilu
zhouilu
How to merge two codebook into one codebook?
I tried some method like neus, bakesdf in large scene, but sdf reconstruction effect is not good in large scenes. Is there any way to improve it?
https://fangjinhuawang.github.io/UniSDF/ Unisdf looks cool, are there any plans to support it? Looking forward to your reply, thanks!!
i try load ply and cov vq, then i direct finetune cov param, like ``` def get_covariance(self, scaling_modifier=1, strip_sym: bool = True): if self.is_gaussian_indexed: return self._cov[self._gaussian_indices] else: return self._cov ```...
Thanks for your great work! I got good result in garden scene, but bad result on bicycle. I tried density and sdf regularization_type, it doesn't work. What is the cause...
──────────────── viser ────────────────╮ │ ╷ │ │ HTTP │ http://127.0.0.1:6789 │ │ Websocket │ ws://127.0.0.1:6789 │ │ ╵ │ ╰───────────────────────────────────────╯ This is viser result log, but i want to display...
hi, i run lego dataset. train step is ok, bug got this error when eval_img. enc.shape is torch.Size([0, 48]), why caused this? File "/nerfs/Tri-MipRF/trainer/trainer.py", line 184, in eval metric, rb,...
Hi I am trying to train the model on my custom data, run `python3 apps/calibration/read_colmap.py ../../data/xx/sparse/0 --min_views 2` firstly, then got some errors when training, command is `python3 apps/train.py --cfg...
Greate work! support 3d-gs mesh for un-bounded scene? like gof(base marching_tetrahedra)
Incomplete point clouds may lead to holes. Do you have any good suggestions for this? Thanks