Thanks for your excellent work.
I tried to train an LGS according to the README, but the rendered image is completely black. After checking, I found that the number of points in point_cloud.ply after training is only 7.
Where could the problem be? Is the teacher model saved incorrectly, or are there errors in the
training parameters? Please advise.
After if args.prune, the number of Gaussian points is only 7, which I suspect is the problem.
Thanks for your excellent work.
I tried to train an LGS according to the README, but the rendered image is completely black. After checking, I found that the number of points in
point_cloud.plyafter training is only 7.Where could the problem be? Is the teacher model saved incorrectly, or are there errors in the
training parameters? Please advise.
After
if args.prune, the number of Gaussian points is only 7, which I suspect is the problem.