Kai-46 / nerfplusplus

improves over nerf in 360 capture of unbounded scenes
BSD 2-Clause "Simplified" License
911 stars 101 forks source link

run_colmap json files #22

Closed grgkopanas closed 3 years ago

grgkopanas commented 3 years ago

Hi,

Thanks for sharing your code. I am running the colmap script on my own data and it produces json files but all the examples scenes you give have the camera parameters and poses in txt files. Is there a utility to convert jsons to txt files or the main train script can understand both?

George

Kai-46 commented 3 years ago

The txt files contain the flattened matrices, just like the json files, which is somewhat straightforward to implement.

grgkopanas commented 3 years ago

Thanks, that makes sense 👍