-
Notifications
You must be signed in to change notification settings - Fork 624
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
How to get the mask to input the loss function #10
Comments
Mask generation is described in Section A of the supplementary material. Can you specify what exactly is unclear? |
I find that the input of compute_scale_and_shift function is prediction, target, mask. How can I get the mask? |
As mentioned before, we describe mask generation for our own dataset in Section A of the supplementary material: "We perform a left-right consistency check and mark pixels with a disparity difference of more than 2 pixels as invalid". The same strategy is used for WSVD. The other datasets come with their own masks, please refer to their respective websites/papers for instructions. |
Closing due to inactivity. |
Hi,
I want to ask how I can get the mask to input the loss function? Cloud you release the training code and data generation script?
Thank you!
The text was updated successfully, but these errors were encountered: