-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why Translation normalization have a huge impact on the rendering result? #59
Comments
Hi @Miaosheng1, sorry for the late reply. I have been busy for the past few weeks. Glad to see that you're trying to apply MVSplat to other datasets. It looks like the normalization operation will significantly affect the depth scale, leading to performance differences. Below, I listed some suggestions that might help identify the main issues,
With more details regarding the above-listed questions, we might be able to identify the main issues and figure out how to correctly configure the model in your dataset. |
Changing the |
Could you tell how to apply MVSplat to kitti datasets? |
Hi, I'm training the Mvsplat to reconstruct the street scene, and I find a question:
scale_factor /= np.max(np.abs(wordl2camera[:, :3, 3]))
wordl2camera[:, :3, 3] *= scale_factor
The comparison curve of training process is as follows:
Can you provide some explanation for the phenomenon?
Normalize the translation Render Depth:
Unnormalize the translation Render Depth:
Corresponding Image:
The text was updated successfully, but these errors were encountered: