S3Gaussian icon indicating copy to clipboard operation
S3Gaussian copied to clipboard

Question about rendering results of trained model.

Open Kim-GeonU opened this issue 8 months ago • 5 comments

Thank you for your great work and open-sourcing your code for the community.

I tried training the sequence 114 in the Waymo open dataset by following your instructions, but the trained results seem to have problems.

image

Above results are saved using following code, which just saves images from render_results in do_evaluation() function. I used 30,000 iterations model.

스크린샷 2024-06-08 오후 10 15 48

And I didn't change any other code except above visualization code.

The above rendering results seem to fail to render dynamic objects and also fail to distinguish between static and dynamic objects. Do you have any idea what causes this problem?

image

These are logs during training.

Thank you!

Kim-GeonU avatar Jun 08 '24 13:06 Kim-GeonU