google-research / multinerf

A Code Release for Mip-NeRF 360, Ref-NeRF, and RawNeRF
Apache License 2.0
3.62k stars 341 forks source link

the error coordinate transformation in the readme #129

Open MaRongbo opened 1 year ago

MaRongbo commented 1 year ago

image it should be camtoworlds_opengl = np.diag([1, -1, -1, 1]) @ camtoworlds_opencv, so why the code result is correct?