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

AttributeError: 'DataField' object has no attribute 'c2ws' #20

Open WPC-WHU opened 1 year ago

WPC-WHU commented 1 year ago

when i run python evaluation/eval_poses.py configs/mytest/images.yaml, an error occurred: AttributeError: 'DataField' object has no attribute 'c2ws'

sugerkiller commented 9 months ago

I also encountered the same problem. It was because I set: "load_colmap_poses" to false, which caused the code not to use the camera pose matrix: "poses_bounds.npy"