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

Rendering results of nerf_synthetic lego validation dataset by provided single-scene model #16

Open
leo-frank opened this issue Jul 20, 2023 · 2 comments

Comments

@leo-frank
Copy link

Description:

I use the pretrained model that you provided at lego synthetic by provided single-scene model at https://drive.google.com/file/d/1IbhbBr5XfxQz0jSQM3nLX_htTbvc59kj/view?usp=share_link
the command is:
CUDA_VISIBLE_DEVICES=2 python3 eval.py --config configs/gnt_blender.txt \ --eval_dataset nerf_synthetic \ --eval_scenes lego --run_val\ --expname gnt_author_pretrained_single_lego \ --ckpt_path out/gnt_lego_from_single_ckpt/pretrained_lego_model_435000.pth \
(gnt_blender.txt is not modified)

Results:

  1. rendering results on validation set seems not correct, since the color has some green

image

  1. but the metrics seems resonable as this screenshot shows:

image

Questions:

I wonder the cause of such unexpected rendering results.Is it caused by my command or anything else?

@Fortunanto
Copy link

Have you solved this issue? it happens all the same using gnt_full model as a checkpoint model.

@leo-frank
Copy link
Author

No, I can't solve it. I tried 3 types of model:

  1. single-scene model provided by author
  2. cross-scene model provided by author
  3. single-scene model trained by myself
    all of these have the same issues.

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

2 participants