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
Hi, your codebase is really good and well maintained!
I am trying to replicate the renderings and training on nerf_llff dataset but keep running into the issue of
Hi, your codebase is really good and well maintained!
I am trying to replicate the renderings and training on nerf_llff dataset but keep running into the issue of
raise RuntimeError(f'images.shape[0]={images.shape[0]}, ' +f'but poses.shape[0]={poses.shape[0]}')
The dataset is in the same format as mentioned in the RegNerf repo and the path have also been configured accordingly based on the configs file.
What may the reason for the issue. Please would you help me out! @Jiawei-Yang
Regards
SriSiddarthC
The text was updated successfully, but these errors were encountered: