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

Novel View Synthesis #25

Open
HHollowAU opened this issue Nov 17, 2024 · 2 comments
Open

Novel View Synthesis #25

HHollowAU opened this issue Nov 17, 2024 · 2 comments

Comments

@HHollowAU
Copy link

HHollowAU commented Nov 17, 2024

I appreciate your work, but I have some simple problems.

1.When I use re10k to Novel View Synthesis, I get outputs/test/output/re10k/ file where has lots of files.
17318578430081731858958108
173185898545617318590120961731859030908
The photos in each folder are different, and there are three 256X256 color photos in each folder.
I want to know, are these three pictures the final output of the project? What do they represent respectively?

2.When I use re10k to Pose Estimation, the command
python -m src.eval_pose +experiment=re10k +evaluation=eval_pose checkpointing.load=./pretrained_weights/mixRe10kDl3dv.ckpt dataset/view_sampler@dataset.re10k.view_sampler=evaluation dataset.re10k.view_sampler.index_path=assets/evaluation_index_re10k.json,mixRe10kDl3dv.ckpt is need to be replaced by re10k.ckpt?
I use re10k.ckpt and program stuck here without moving.
1731858784795

@botaoye
Copy link
Collaborator

botaoye commented Nov 24, 2024

  1. The three images saved in each folder are novel views of our method. The one you show does not work well because it is a dynamic scene and we did not design it for that purpose.
  2. Both mixRe10kDl3dv.ckpt and re10k.ckpt should work. In our paper, we also report results using these two checkpoints. The code is already printing out the AUC results, so it should have completed. I'm not sure why it didn't finish as expected, can you provide more details?

@HHollowAU
Copy link
Author

Thinks,it needs time.

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