Closed Ma1hn closed 1 month ago
Do you mean setting the learning rate of rotations to 0? Since computeCov2DCUDA is also depend on the 3D means, the issue you mentioned in #48 would also result in incorrect gradients for rotations, which might cause problems in certain scenarios. Additionally, we’ve overridden the FOV to -1.0 because we found that this leads to better performance in specific cases, but it might also cause problems in your task. Anyway, I suggest to check there is any unusual behavior in computeCov2DCUDA.
thanks for your reply. I was wondering if rigid loss and motion loss play a role in training gaussians params in unconstrained conditions, like sequence rgbd datasets.
In our experience, rigid loss is very important for under-constrained conditions (although we have not used it in this work), but it usually requires careful tuning.
Thanks!!!
I want to extend your 4D representation to slam.
when test tum datasets: freiburg3_walking_xyz I met the following problems:
Do you ever meet some problems like this, and do you know any method to solve it?