google/nerfies

Difference size of `rgb` and `origins` lead to `Index out of` error

FavorMylikes opened this issue · 2 comments

image
image

shuffled_inds between 0 to 120*68*11=89760
but x has range only from 0 to 71*40*3*11=31240

I don't know how to reduce the size of rgb data or the other

It seems like your cameras do not match your images for some reason. They are quite small so it might be a rounding issue.

@FavorMylikes @keunhong I've found that this error comes when I put train_dataset as video of Mac(no error at this point) or iPhone(error). Maybe resize issue?