You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I just have some problems with your test_eth3d code.First, I don't know why the image resized to 832544.I see in test code, you add some padding on gt_depth map.Second, when I use your code for DeepMVS and DeMoN which also included in test_ETH3D.py, I found most result are inf(I just make all the prediction depth map and gt map in 810540).In my experiments, I found that some value of DeepMVS are inf after mask(output_depth_[mask]/scale, line 92), so I changed it to the max depth, but the result is worse than your paper.Is there any wrong in my experiment?
The text was updated successfully, but these errors were encountered:
Hi, I just have some problems with your test_eth3d code.First, I don't know why the image resized to 832544.I see in test code, you add some padding on gt_depth map.Second, when I use your code for DeepMVS and DeMoN which also included in test_ETH3D.py, I found most result are inf(I just make all the prediction depth map and gt map in 810540).In my experiments, I found that some value of DeepMVS are inf after mask(output_depth_[mask]/scale, line 92), so I changed it to the max depth, but the result is worse than your paper.Is there any wrong in my experiment?
The text was updated successfully, but these errors were encountered: