unisurf icon indicating copy to clipboard operation
unisurf copied to clipboard

IndexError: list index out of range

Open ntphuc0101 opened this issue 3 years ago • 2 comments

Hello, Currently, I have a problem with IndexError: list index out of range with IDR dataset. Do you have any idea about this? Thank you in advance. Kind Regards, Phuc Nguyen Thai Vinh

ntphuc0101 avatar Oct 19 '21 08:10 ntphuc0101

Hello, Currently, I have a problem with IndexError: list index out of range with IDR dataset. Do you have any idea about this? Thank you in advance. Kind Regards, Phuc Nguyen Thai Vinh

Hi, I have the same problem when loading test dataloader. Did you tackle this error? Thank you in advance.

linsongxue avatar Apr 10 '22 07:04 linsongxue

Are you creating your own cameras.npz file? If so, it needs to contain the six camera matrices ('scale_mat_...', 'scale_mat_inv_...', 'world_mat_...', 'world_mat_inv_...', 'camera_mat_...', and 'camera_mat_inv_...') for every image.

robonrrd avatar Oct 21 '22 16:10 robonrrd