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 of dtu data without prior #301

Open
Anonymous772066235 opened this issue Mar 17, 2024 · 0 comments
Open

Bad results of dtu data without prior #301

Anonymous772066235 opened this issue Mar 17, 2024 · 0 comments

Comments

@Anonymous772066235
Copy link

Hi,
when I try to train dtu data without prior, I found that the result of bakedangelo is bad, even worse than volsdf. I want to know whether this data (without prior) is not good enough, or there is something wrong with my training command.

My bakedangelo training command is ns-train bakedangelo --machine.num-gpus 1 --pipeline.model.level-init 8 --trainer.steps-per-eval-image 5000 --pipeline.datamanager.train-num-rays-per-batch 2048 --pipeline.datamanager.eval-num-rays-per-batch 512 --pipeline.model.sdf-field.use-appearance-embedding True --trainer.save-only-latest-checkpoint False --pipeline.model.background-color white --pipeline.model.sdf-field.bias 0.1 --pipeline.model.sdf-field.inside-outside True --pipeline.model.background-model grid --vis wandb --experiment-name scan55_bakedangelo sdfstudio-data --data data/dtu/scan55,
and the results is
image
Its depth and normal results are bad.

My volsdf training command is volsdf --machine.num-gpus 1 --pipeline.model.background-color white --pipeline.model.sdf-field.inside-outside True --trainer.load-dir outputs/scan55-volsdf/volsdf/2024-03-16_115658/sdfstudio_models --trainer.max-num-iterations 100001 --vis wandb --experiment-name scan55-volsdf sdfstudio-data --data data/dtu/scan55,
and the results is
image

BTW, the meta_data.json of this dtu data(scan55) is
image

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