nerfstudio
nerfstudio copied to clipboard
Issue for camera extrinsics assembly from polycam
https://github.com/nerfstudio-project/nerfstudio/blob/593950efec18bdfb28297f1c9d17248f9a5e2ac0/nerfstudio/process_data/polycam_utils.py#L74-L79
I don't understand why here the rows seem switched
Here[frame_json["t_20"], frame_json["t_21"], frame_json["t_22"], frame_json["t_23"]],
, it seems like that the third row is placed at the first row.
I think it's because of the ARKit gravity aligned convention mentioned on the polyform github documentation.
Does the transform_matrix correctly align to world coordinates in your case?