Open dhgras opened 1 year ago
Hi! After reviewing the code, im quite sure that is a bug 😵. I will fix it in the recent update. Thanks for your help!
Replacing the line with out_test = parse_colmap_camera_params(cam_id_to_camera[1])
will restore the expected logic.
https://github.com/InternLandMark/LandMark/blob/8e65f93f00e0c0e040806ad95ff8f19fb8d42011/app/tools/colmap2nerf.py#L83 I would like to confirm if this line of code is wrong? Because if
out_test = out
, thenout_test
is a reference toout
, and the final generated transforms_train.json and transforms_test.json are identical.