Description
Hi authors,
Thanks for this interesting work!
I have a question regarding the code for the overlapping mask computation.
Here, you compare the predicted depth map of view j, i.e. curr_depth_map, with the depth maps of previous views, but they are in different camera coordinate systems.
InstantSplat/utils/sfm_utils.py
Lines 347 to 355 in 3c9454a
InstantSplat/utils/sfm_utils.py
Lines 361 to 364 in 3c9454a
According to the paper, should we compute the difference between curr_depth_map and the projected depth map, e.g. the ignored 2nd returned item '_' here?
InstantSplat/utils/sfm_utils.py
Lines 347 to 348 in 3c9454a
Please let me know if I miss something here.
Great thanks!