-
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
Where is Occlusion-aware Cost Volume implemented? #3
Comments
Hi JunjieLiu: It is implemented at:
|
It sames that dynamic object mask is not used here. |
Thank you for pointing out the confusion. I just updated some variable names and comments. The dynamic object mask is used in the DOMD module. After it, the occluded areas will be black. So in here we assume pixels of RGB value < 0.15 to be occluded. Here we project the occlusion mask of the image to each layers of the cost volume. |
`
Thank you for your explanation, but I have another question, I noticed that occluded areas will be set to zeros in the training phase (trainer.py), but It not applied in the inference phase(evaluate_depth.py), that means Occlusion-aware Cost Volume is not used in the inference phase? And why is that? |
do you mean here? |
Seems the |
Thank you! |
Hi, Occlusion-aware Cost Volume is proposed in your paper, but I didn't find where it is implemented in the code, could you show me about it?
The text was updated successfully, but these errors were encountered: