-
Notifications
You must be signed in to change notification settings - Fork 63
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 result in Neural3DV dataset #5
Comments
Hi, could you please paste a sample output image here? There are several other things to check if the results does not look good.
|
Sorry for the late reply! I recommend checking the implementation by training on a single frame first: # Train on the first frame
evc -c configs/exps/l3mhet/l3mhet_sear_steak.yaml,configs/specs/static.yaml exp_name=l3mhet_sear_steak_static runner_cfg.save_latest_ep=1 runner_cfg.eval_ep=1 runner_cfg.resume=False
# Render spiral path
evc -t test -c configs/exps/l3mhet/l3mhet_sear_steak.yaml,configs/specs/static.yaml,configs/specs/spiral.yaml exp_name=l3mhet_sear_steak_static val_dataloader_cfg.dataset_cfg.render_size=540,960
# Fuse depth maps for visualization
python scripts/tools/volume_fusion.py -- -c configs/exps/l3mhet/l3mhet_sear_steak.yaml,configs/specs/static.yaml exp_name=l3mhet_sear_steak_static val_dataloader_cfg.dataset_cfg.ratio=0.05 Another recommended way to check the camera parameters is to render an # Construct the experiments manually and render on GUI
evc -t gui -c configs/base.yaml,configs/models/enerfi.yaml,configs/datasets/neural3dv/sear_steak.yaml,configs/specs/vf0.yaml exp_name=enerfi_dtu model_cfg.sampler_cfg.n_planes=32,8 model_cfg.sampler_cfg.n_samples=4,1 viewer_cfg.window_size=540,960 Could you please check whether the issue has also been fixed on your end? |
Hi @adkAurora, thanks for the follow up!
|
problem solved, Thanks~ |
I use Neural3DV dataset
sear_steak
, follow the dataset conversion scripts inneural3dv_to_easyvolcap.py
to generate yml files, and train I3mhet use config inconfigs/exps/l3mhet/l3mhet_sear_steak.yaml
, the result is so bad which val psnr is only 6.36The text was updated successfully, but these errors were encountered: