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

Bad results with TensoRFGrid #37

Open
key-destiny opened this issue Sep 25, 2022 · 0 comments
Open

Bad results with TensoRFGrid #37

key-destiny opened this issue Sep 25, 2022 · 0 comments

Comments

@key-destiny
Copy link

Dear authors,

Many thanks for open sourcing the impressive work. I got nice results (PSNR nearly 26) when training on my custom data with the given parameters in [configs/custom/Madoka.py], but I'm having trouble with TensoRFGrid (PSNR nearly 18). I appended the following congfigs according to [configs/nerf/ship.tensorf.py] for training with TensoRFGrid.

fine_model_and_render = dict(
    num_voxels=384**3,
    density_type='TensoRFGrid',
    density_config=dict(n_comp=8),
    k0_type='TensoRFGrid',
    k0_config=dict(n_comp=24),
)

I have tried doubling num_voxels or n_comp, and it didn't work. Do you have any ideas? Hope to receive your reply.

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