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

Realigned camera parameter extraction #31

Open JunhyeongDoyle opened 3 months ago

JunhyeongDoyle commented 3 months ago

Hello,

First of all, I want to express my gratitude to everyone contributing to this project. I've found it incredibly helpful in my work.

I am currently working with custom LLFF data for training and am interested in whether there's functionality to export realigned camera parameters into a file for further analysis and other uses.

Question 1: Does the current implementation support exporting realigned camera parameters to poses_bounds.npy file when training with LLFF data? Question 2: If this feature is not supported, could you recommend an approach for implementing it? For example, I am looking for advice on modifying or adding to certain parts of your code.

Thanks.