yourun zhang
yourun zhang
 What is the software used to visualize the point cloud in this video?
 What's the meaning of "make sure that no point in warped image is a combinaison of im and gray" ? It seems that points outside the image boundaries will...
`diff_img = (tgt_img - ref_img_warped).abs().clamp(0, 1)` `diff_depth = ((computed_depth - projected_depth).abs() / (computed_depth + projected_depth)).clamp(0, 1)` I'm confused because it seems that there is no need to clamp them to...
Your work is really excellent and I am having some issues with your code. Can you provide me with some guidance? Thank you very much! 1. If I want to...
Hi, do you use data augmentation like random resizing?
Your paper is impressive and insightful, and thanks for your excellent work. I got some question while reading your paper. 1. Why do you get the synthetic **I_{t-1}** by inverse...