I notice that in the multiembedder, the inverse intrinsic matrix is also included. Since this information should be already determined by K, why is this also used? Did you notice some improvement?
I actually notice that there is K_dst and K_inv_src in the kwargs. However, following the code, I found that K_dst is just K_src. Is this just because the intrinsics are assumed to be the same in every scene?
I notice that in the multiembedder, the inverse intrinsic matrix is also included. Since this information should be already determined by K, why is this also used? Did you notice some improvement?
Thanks