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

The evaluation results appear to be abnormal #8

Open
qq704554563 opened this issue Nov 4, 2024 · 3 comments
Open

The evaluation results appear to be abnormal #8

qq704554563 opened this issue Nov 4, 2024 · 3 comments

Comments

@qq704554563
Copy link

Thank you for the wonderful work! However, after successfully running the evaluation code, the outputs shown below appear to be abnormal. Could you help me identify the problem? Additionally, could you provide the inference code that takes camera intrinsics and images as inputs and outputs the 3D Gaussians? This would allow me to visualize the scene freely with any rendering tools.
image
image
image

@qq704554563 qq704554563 changed the title The evaluation results is abnormal The evaluation results appear to be abnormal Nov 4, 2024
@botaoye
Copy link
Collaborator

botaoye commented Nov 4, 2024

Hi, could you please provide more details on how to run the code, such as the evaluate command? I will provide the script of saving 3D Gaussians soon.

@qq704554563
Copy link
Author

Thank you for the reply. I ran the code as follows:
python -m src.main +experiment=re10k
mode=test wandb.name=re10k
dataset/[email protected]_sampler=evaluation
dataset.re10k.view_sampler.index_path=assets/evaluation_index_re10k_subset.json
checkpointing.load=./checkpoints/re10k.ckpt
test.save_image=true
evaluation_index_re10k_subset.json is the subset extracted from the evaluation_index_re10k.json
one sample is: "5aca87f95a9412c6": {"context": [58, 138], "target": [66, 104, 113], "overlap": 0.51419}

@botaoye
Copy link
Collaborator

botaoye commented Nov 5, 2024

Hi, the command seems to be correct. I double-checked the code and there is no problem. So there are several possible causes:

  • Check if you have modified any part of the code, if so, maybe you can try to use the official code first and check if the result is correct.
  • Check that the dataset is formatted correctly. pixelSplat provides test data that also works for us.

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