yourun zhang

Results 6 issues of yourun zhang

![image](https://user-images.githubusercontent.com/31730585/103480374-f7de9400-4e0e-11eb-9e6a-b0864ebdb5e9.png) What is the software used to visualize the point cloud in this video?

![image](https://user-images.githubusercontent.com/31730585/101917711-82164c80-3c03-11eb-82d7-6327bec4258d.png) 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...