sxyu / svox2

Plenoxels: Radiance Fields without Neural Networks
BSD 2-Clause "Simplified" License
2.79k stars 360 forks source link

Rendered image result is different between before and after saving checkpoint #80

Open ug-kim opened 2 years ago

ug-kim commented 2 years ago

Hello, I really thank you for sharing your work. I have some questions about your code.

I found that there are differences between the rendered image before and after saving the checkpoint. Before saving checkpoint means that when I trained with opt.py, before saving checkpoint, I rendered the output image and calculated the metric.

After saving checkpoint means that during training I saved model checkpoint, and after training, I loaded checkpoint and rendered the output image, and calculate metrics.

When loading ckpt, rendered images became different (e.g., brighter locally, somewhat noisy).

Have you ever found this problem beforehand? If so, how did you solve it?

weihaosky commented 1 year ago

Same question here. Did anyone find a solution? @ug-kim @sxyu