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
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
The text was updated successfully, but these errors were encountered:
I want to create scene with my own data.
My dataset is organized as following:
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:
But it raises the following errror:
The text was updated successfully, but these errors were encountered: