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

Model variable #103

Open
povolann opened this issue Dec 14, 2022 · 2 comments
Open

Model variable #103

povolann opened this issue Dec 14, 2022 · 2 comments

Comments

@povolann
Copy link

I am trying to change NeRF structure to Plenoxel in my code. The final results can be the same (images of the object from different sides), but can I actually directly use the model output the same way for both codes or not really? The model itself is represented by the variable "grid" for Plenoxel and by "render_kwargs_train" for NeRF?

@sxyu
Copy link
Owner

sxyu commented Jan 15, 2023

Hi, by model output do you mean the images? In that case it is indeed the same.

@povolann
Copy link
Author

povolann commented Jan 16, 2023

Hi, by model output do you mean the images? In that case it is indeed the same.

Yes, I meant the images. Ok, thank you :)

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

2 participants