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

Problem in creating scene with my own data. #59

Open
ipritom opened this issue Feb 6, 2023 · 0 comments
Open

Problem in creating scene with my own data. #59

ipritom opened this issue Feb 6, 2023 · 0 comments

Comments

@ipritom
Copy link

ipritom commented Feb 6, 2023

I want to create scene with my own data.
My dataset is organized as following:

bottle\images\
   \1.jpg
   \2.jpg

I've downloaded the weights which is saved as /checkpoints/dtu/pixel_nerf_latest

I'm trying to create video with the following code in terminal:

python eval\gen_video.py -n sn64 --gpu_i 0 --split test -P '2' -D bottle -S 0

But it raises the following errror:

EXPERIMENT NAME: sn64
* Config file: conf/exp/sn64.conf
* Dataset format: dvr
* Dataset location: bottle
Loading DVR dataset bottle stage test 0 objs type: shapenet
Traceback (most recent call last):
  File "eval\gen_video.py", line 72, in <module>
    data = dset[args.subset]
  File "D:\Experiments\git_ML_repos\pixel-nerf\src\data\DVRDataset.py", line 110, in __getitem__
    cat, root_dir = self.all_objs[index]
IndexError: list index out of range
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

1 participant