Closed Qianqian3764 closed 1 month ago
Dear Qianqian,
Thank you very much for your detailed review. You are correct, and we mistakenly uploaded the wrong version of our code. Please find the updated version.
Please let me know if there are any further issues. If not, we will proceed to close this comment.
thanks for your excellent job!
I have a question about synthetic ref images:
new_static_reference = ref_image*(~seg_ref) + static_reference_dyn*seg_ref
However, I think this is still the original reference image, no changed, because the reconstruction of the dynamic object in the reference image is obtained using optical flow. In Dynamic depth(2022 ECCV), the reconstruction of the dynamic target in the reference image is obtained by using the depth and pose, that is, the position of the target in the target image under the assumption of static situation. The position of the dynamic target is changed in the obtained synthetic ref image.