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

floating things wheen training nerf-synthetic datasets #275

Open
Moreland-cas opened this issue Jan 3, 2024 · 0 comments
Open

floating things wheen training nerf-synthetic datasets #275

Moreland-cas opened this issue Jan 3, 2024 · 0 comments

Comments

@Moreland-cas
Copy link

Hi~I believe nerfstudio are using nerfacc to train instant-ngp models of nerf-synthetic dataset, when training on ficus dataset, I notice there are floating things in the scene cube, which hurt the psnr drastically, whereas no such things exist in scene like lego.
Here is a depth map picture rendered from ficus dataset:

1 any idea on how to fix this? Thanks Here is a copy of my config: ngp_config = MethodSpecification( config=TrainerConfig( method_name="ngp", steps_per_eval_batch=200, steps_per_save=2000, steps_per_eval_all_images=2000, max_num_iterations=20000, mixed_precision=False, use_grad_scaler=False, pipeline=DynamicBatchPipelineConfig( datamanager=VanillaDataManagerConfig( dataparser=BlenderDataParserConfig() ), target_num_samples = 1<<18, max_num_samples_per_ray = 2**8, model=SegNGPModelConfig(eval_num_rays_per_chunk=8192), ), optimizers={ "fields": { "optimizer": AdamOptimizerConfig(lr=1e-2, eps=1e-15, weight_decay=1e-5), # 1e-5 if in ["materials", "ficus", "drums"] else 1e-6 "scheduler": MultiStepSchedulerConfig( max_steps=20000, gamma=0.33, milestones=(10000, 15000, 18000) # need LinearLR ? ), }, }, vis="wandb", ), description="Segment NGP config", )
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