-
Notifications
You must be signed in to change notification settings - Fork 44
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
About your visualized results #9
Comments
Hi, I've created an inference script that allows to get the results on a single image. You can run it as follows (after cloning the repo and pip installing the requirements):
It seems correct but the colors are reversed. |
Hi, The difference between the results in our paper and your visualization seems to be if the depth values are divided by the maximum value of the depth map or not. cmapper = matplotlib.cm.get_cmap('jet') Furthermore, for qualitative comparisons in the paper, we divide the depth maps by the maximum value of all the compared depth maps (in a row), so that the results of different methods can be compared more obviously. |
Hi, When I visualize the depth map you provide , it is like this: I notice the red color are all in the top of the image, so, I crop it out: We get the correct visualization now !!! The area I crop out is not supervised by the GT, so the value here may be strange. For qualitative comparisons, what matters is not the color itself but the difference between different depth values. Hope for further discussion. |
Do you agree with BingyuanW‘s point . Compared with the results of other papers, does this treatment affect the fairness of the experiment? |
I also notice a weird horizontal artifact on the top edge of every image. Any idea as to why this is happening ? |
Thank you! |
Thanks for your great work!
I have colored your predicted depth maps, but it is quite diffirent from the result in your paper.
It is here something wrong?
yours:
mine:
The text was updated successfully, but these errors were encountered: