Skip to content
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

Running LeRF with Blender synthetic data #55

Open
hardyho opened this issue Oct 25, 2023 · 0 comments
Open

Running LeRF with Blender synthetic data #55

hardyho opened this issue Oct 25, 2023 · 0 comments

Comments

@hardyho
Copy link

hardyho commented Oct 25, 2023

Hi,

I attempted to train a LeRF model using Blender synthetic data, such as the Lego scene. However, it exhibited overfitting to the training views and failed to converge on novel views. You can see the result in this image:
image
I then found a issue that is related here, which says that Nerfacto doesn't work with blender data in the default setting, and it gives a solution. I followed the arguments it used and try to train a Nerfacto and it converged. I then tried the same argument to train a LeRF and it generated pure white:
image

To address this issue, I made some modifications to the LeRF code, detaching the CLIP and DINO features. It also worked:
image

I guess the problem may be related to feature training. It's possible that there needs to be some background density for the model to learn the features, while the RGB training may discourage background density.

Have you tried this training setting before, and is it possible to resolve the issue by adjusting certain training options?

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant