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

Is there a big difference in train options between methods? #303

Open
hanjoonwon opened this issue Mar 19, 2024 · 0 comments
Open

Is there a big difference in train options between methods? #303

hanjoonwon opened this issue Mar 19, 2024 · 0 comments

Comments

@hanjoonwon
Copy link

hanjoonwon commented Mar 19, 2024

https://drive.google.com/drive/folders/1Q9zSM8sCsQ4n-6QKl4GEujuznx-abxvh?usp=drive_link

image

i trained with

ns-train neus --pipeline.datamanager.train-num-rays-per-batch 2048 --pipeline.model.sdf-field.inside-outside False
--pipeline.model.sdf-field.hidden-dim 256 --pipeline.model.sdf-field.num-layers 2
--pipeline.model.sdf-field.num-layers-color 2 --pipeline.model.sdf-field.use-grid-feature False
--pipeline.model.sdf-field.bias 0.3 --pipeline.model.sdf-field.beta-init 0.3 --pipeline.model.background-model mlp
--pipeline.model.sdf-field.use-appearance-embedding True
--trainer.steps-per-eval-image 5000 --trainer.max-num-iterations 50000 --viewer.websocket-port 7008
--pipeline.model.near-plane 0.05 --pipeline.model.far-plane 2. --pipeline.model.overwrite-near-far-plane True
--pipeline.model.mono-normal-loss-mult 0.01 --pipeline.model.mono-depth-loss-mult 0.0\

Until now, enabling depth loss multi always gave me bad results. I don't know what else to do, but at least neus gives good quality.
However, when I change only the method to something else in the above options and run it, the result is too bad, why?

++++I gave the object a clear acrylic base underneath in order to 3D recon the underside of the object.
The base is also reconstructed, so when the base is removed, the area under the battery is empty.
Would it be more helpful to not have the transparent base for a better reconstruction of the bottom?

@hanjoonwon hanjoonwon changed the title Will transparent pedestals adversely affect reconstructio results? Why does disabling depth loss give better quality results? Mar 21, 2024
@hanjoonwon hanjoonwon changed the title Why does disabling depth loss give better quality results? Is there a big difference in train options between methods? Mar 22, 2024
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