You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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?
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.
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.
The text was updated successfully, but these errors were encountered: