gsplat icon indicating copy to clipboard operation
gsplat copied to clipboard

coordinate frame

Open bmmi7 opened this issue 1 year ago • 2 comments

Hi, I saw this line about coord frame conversion in splatfacto https://github.com/nerfstudio-project/nerfstudio/blob/fba4aa990342b019bb854da88cde3081b33a7f58/nerfstudio/models/splatfacto.py#L680

this seems the conversion btw opencv and opengl, but why it is applied there? and what is gsplat convention in the comment above this line.

thanks!

bmmi7 avatar Apr 05 '24 20:04 bmmi7

This is because nerfstudio uses the Blender / OpenGL convention, but gsplat uses OpenCV!

brentyi avatar Apr 05 '24 20:04 brentyi

okay convert back again...

if I use colmap dataparser in nerfstudio for splatfacto, I should set assume_colmap_world_coordinate_convention=False and orientation_method=none?

bmmi7 avatar Apr 06 '24 18:04 bmmi7