-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some questions about warping and test. #14
Comments
Hi: Thank you for your interest! 1, Could you specify which part of the paper/code are you referring to? 2, Forward warping is differentiable but is a little bit tricky, multiple pixels may warp to the same grid. 3, I tested on the KITTI Eigen test set, the semantic mask is from the off-the-shelf instance segmentation model "Efficient-PS". Thank you! Sincerely, |
Thanks for your quick response.
where the forward-warped depth map is obtained by: DynamicDepth/dynamicdepth/rigid_warp.py Lines 569 to 581 in 93e3749
but the forward-warped image is obtained by: DynamicDepth/dynamicdepth/rigid_warp.py Line 591 in 93e3749
Why do you get the forward-warped image by inverse warping? It seems that the forward-warped image could also be directly produced by forward-warping method, i.e., filling the image grids with the RGB pixels that have closer depth, just like the way in which you obtain the forward-warped depth map
|
Your paper is impressive and insightful, and thanks for your excellent work.
I got some question while reading your paper.
Why do you get the synthetic I_{t-1} by inverse warping? It seems that the synthetic I_{t-1} could be directly produced by filling the image grids with the RGB pixels that have closer depth, just like the way in which you obtain the forward-warped depth map.
Is forward warpping non-differentiable?
Is the evaluation for the dynamic objects’s depth on KITTI done on the Eigen test set? If so, does each image in the Eigen test set have a ground truth semantic mask label? Or do you test the dynamic objects’s depth on KITTI using other splits in which each image has a ground truth semantic mask label?
Thanks.
The text was updated successfully, but these errors were encountered: