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

Do we need to init DenseGrid with random noise? #44

Open
CZ-Wu opened this issue Nov 24, 2022 · 0 comments
Open

Do we need to init DenseGrid with random noise? #44

CZ-Wu opened this issue Nov 24, 2022 · 0 comments

Comments

@CZ-Wu
Copy link

CZ-Wu commented Nov 24, 2022

Thanks for your great work!
I am reading your codes, and find that you init the DenseGrid with zero. Do we need to init DenseGrid with random noise? Just like how you did in TensoRFGrid.

self.grid = nn.Parameter(torch.zeros([1, channels, *world_size]))

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