LIU Qingming

Results 11 comments of LIU Qingming

@apchenstu Hi, could you please help us?

> Thanks for your quick reply. Does it means that I can't find the file called "poses_bounds.npy" in this work? In fact, I want to test this program in the...

Same problem!Does anyone know how to fix it??

> Thank you!

This pull request is to deal with the bugs mentioned in #120 .

@kwea123 Hi, Thank your for your explanation. But Why the elements in varible 'screenspace_points' after rendered are still all with zero? Could you explain it more clearly?I'm still confused. Thank...

> @MobiusLqm oh sorry, that variable is only used to keep the gradient w.r.t. uv, the content itself is still zero. The values are stored in this variable https://github.com/graphdeco-inria/diff-gaussian-rasterization/blob/main/cuda_rasterizer/rasterizer_impl.cu#L265 but...

> > > @MobiusLqm oh sorry, that variable is only used to keep the gradient w.r.t. uv, the content itself is still zero. The values are stored in this variable...

> If you want to set breakpoints and investigate some tensors during the training process, consider using the "set trace" functionality from the python debugger https://docs.python.org/3/library/pdb.html. It can be a...

> > > If you want to set breakpoints and investigate some tensors during the training process, consider using the "set trace" functionality from the python debugger https://docs.python.org/3/library/pdb.html. It can...