NVlabs / InstantSplat

InstantSplat: Sparse-view SfM-free Gaussian Splatting in Seconds
https://instantsplat.github.io/
Other
864 stars 54 forks source link

Loss not decreasing #2

Closed hsilvaga closed 3 months ago

hsilvaga commented 3 months ago

I'm noticing that the loss is not decreasing using a few different custom datasets, including the bicycle from MipNerf. The plyfiles at each save iteration also appear the same. I'm wondering if anyone else is experiencing the same issue.

hsilvaga commented 3 months ago

I accidentally included the apostrophe's when making the auxillary.h change: 'p_view.z <= 0.2f' -> 'p_view.z <= 0.001f'