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

gt_poses.npz #16

Open
ianpark318 opened this issue Jul 10, 2023 · 3 comments
Open

gt_poses.npz #16

ianpark318 opened this issue Jul 10, 2023 · 3 comments

Comments

@ianpark318
Copy link

Hi!
First of all, thanks for great work !

I want to use my own sequence for NoPe-NeRF and I made intrinsics.npz.
than I typed

$ python train.py configs/default.yaml

and I faced another error
FileNotFoundError: [Errno 2] No such file or directory: 'data/myscene/gt_poses.npz'.

I thought I don't need any ground truth poses for NoPe-NeRF because this model estimates both poses and NeRF.

Do I misunderstanding now?
Thanks! Have a great day sir!

@bianwenjing
Copy link
Collaborator

Hi, thanks for your interest in our work. The ground truth poses are used for evaluation only. I have added the option not to load poses. Please refer to configs/Test/images.yaml for detail.

@ianpark318
Copy link
Author

Thanks Sir!
However, when I tried to run

python preprocess/dpt_depth.py configs/preprocess.yaml

It says "FileNotFoundError: [Errno 2] No such file or directory: 'data/myscene/gt_poses.npz'"
but I thought DPT doesn't need any ground truth poses.

Second question is, there was some lines that reads 'poses_bounds.npy', but it disappears.
(I run LLFF codes to make poses_bounds.npy for my custom datas)

Thanks and have a wonderful day sir!

@bianwenjing
Copy link
Collaborator

Hi, I have updated configs/preprocess.yaml to load only images. You need to make sure cfg['dataloading']['customized_poses'] is set to False.
If you want to load poses from poses_bounds.npy, please set cfg['dataloading']['load_colmap_poses'] to True.

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