Closed therealron closed 1 month ago
Sorry for late reply, I was busy recently.
The scale_mat is simply a 3x3 diagnal matrix with identical values along the diagonal axis. To calculate the scale term, you can refer to the code in my previous work and an explanation in last section. We will also release the data pre-processing scripts and raw data recently.
Hope it helps!
Hi, great work! When do you plan to release the data pre-processing scripts and raw data ?
Hi, great work! In the data, how is the scale_mat calculated? It is used to bring the points in the unit sphere to world coordinates so that we can project them into the camera using the world_mat, right?
If I am trying to use this method for my own data, and I have per-view normals(in world space) and the KRT's for each camera, how can I calculate the scale matrix from this information? Thanks!