luciddreamer-cvlab/LucidDreamer

Question about transform matrix

Opened this issue · 0 comments

Hi,

Thanks for sharing the code! I have a question about the transform matrix in frame_info. When you save the matrix, u use get_c2w function in graphics.py to transform the matrix to colmap convention. But when doing gs rendering, it seems the same process happens again in loadCamera function in dataset_reader.py. Is this necessary?