rgxie
rgxie
> > Thanks for both replying to me :) I seem to be missing a pretrained model, or checkpoint path... is this also the same as pixel2mesh? If you have...
I have the same problem. Have you found the solution yet? The speed of OOM is proportional to the amount of num workers.
> > I have the same problem. Have you found the solution yet? The speed of OOM is proportional to the amount of num workers. > > When I run...
I have met the same problem, after commenting out the line mentioned above, the code works well.(https://github.com/graphdeco-inria/diff-gaussian-rasterization/blob/main/cuda_rasterizer/backward.cu#L503 )
> > I have met the same problem, after commenting out the line mentioned above, the code works well.(https://github.com/graphdeco-inria/diff-gaussian-rasterization/blob/main/cuda_rasterizer/backward.cu#L503 ) > > Hi, > > please note that this is...