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

Where is the difference between NeRF & NeuS & Geometry stages? #59

Open
yejr0229 opened this issue May 17, 2024 · 2 comments
Open

Where is the difference between NeRF & NeuS & Geometry stages? #59

yejr0229 opened this issue May 17, 2024 · 2 comments

Comments

@yejr0229
Copy link

Thanks for your great work! When reading your code, I found you divide the training into two main parts: "guidance" and "ref", which corresponding to using image generated from diffusion and using input image to supervise. The NeRF stage and NeuS stage take turns using both, Geometry stage directly using both. So I'd like to know what's the biggest difference between the NeRF stage & NeuS stage & Geometry stage?

@yejr0229
Copy link
Author

yejr0229 commented May 17, 2024

9c888773503d0f5bad903253f30481a 8fd1204e94a73b028e67cd99b02e310

Especially between NeRF and Neus, in my opinion they are a same stage, and the results of NeRF are even better than Neus.

@yejr0229 yejr0229 changed the title Where is the difference between NeRF & NeuS & Geometry? Where is the difference between NeRF & NeuS & Geometry stage? May 17, 2024
@yejr0229 yejr0229 changed the title Where is the difference between NeRF & NeuS & Geometry stage? Where is the difference between NeRF & NeuS & Geometry stages? May 17, 2024
@yejr0229
Copy link
Author

And I also found the path of "pretrained_model_name_or_path" and "pretrained_model_name_or_path_lora" in the yaml file are the same, so the lora model is not used? I didn't find any training command about dreambooth as well, when will you update it? Thanks again!

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