ActiveVisionLab / nope-nerf

(CVPR 2023) NoPe-NeRF: Optimising Neural Radiance Field with No Pose Prior
https://nope-nerf.active.vision/
MIT License
372 stars 30 forks source link

how to avoid use colmap to generate poses_bounds.npy and use it by load_colmap_poses? #7

Closed yuedajiong closed 1 year ago

yuedajiong commented 1 year ago

as title

bianwenjing commented 1 year ago

Hi, you can set cfg['dataloading']['load_colmap_poses'] to False to avoid loading poses_bounds.npy. However, for pose evaluation, you still need the ground truth poses to be loaded in other forms.

yuedajiong commented 1 year ago

got it. a suggestion, need not load ANY pose; and while no pose/colmap, just ignore evaluation.