chenhsuanlin / bundle-adjusting-NeRF

BARF: Bundle-Adjusting Neural Radiance Fields 🤮 (ICCV 2021 oral)
MIT License
788 stars 114 forks source link

Realigned camera parameter extraction #89

Open JunhyeongDoyle opened 7 months ago

JunhyeongDoyle commented 7 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.