Kai-46 / nerfplusplus

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

Run on cumstom data #43

Closed Derry-Xing closed 1 year ago

Derry-Xing commented 2 years ago

I have run colmap on my own data. Then I convert it to json format by running extract_sfm.py. THen I run normalize_cam_dict.py to get the normalized json. But when I am training the model, it requires intrinsics.txt and other files that are not generated in my pipeline, How to run your code on our custom dataset?

Kai-46 commented 2 years ago

You could simply flatten the matrices K andC2W=np.linalg.inv(W2C) in the json file to text files.

joeyw1030 commented 2 years ago

你好 你可以运行自己的数据集了吗

Derry-Xing commented 2 years ago

你好 你可以运行自己的数据集了吗

I haven't tried it.

JayNyce commented 1 year ago

Have you been able to run on a custom dataset?