Skip to content
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

left_disp和right_disp参与训练,还是无监督吗? #12

Open
y6216886 opened this issue Oct 2, 2021 · 2 comments
Open

left_disp和right_disp参与训练,还是无监督吗? #12

y6216886 opened this issue Oct 2, 2021 · 2 comments

Comments

@y6216886
Copy link

y6216886 commented Oct 2, 2021

作者您好,感谢您的工作和开源的代码,我受益匪浅。
我有一个疑问,希望请教您一下:

根据train.py中的代码,
mask_left = ((disp_left > 0) & (disp_left < 192)).float() mask_right = ((disp_right > 0) & (disp_right < 192)).float()
以及
loss_PAM_P = loss_pam_photometric(img_left, img_right, att, valid_mask, [mask_left, mask_right])
disp_left以及disp_right的信息被用在了训练过程中,这是否和无监督训练有所冲突呢?

@LongguangWang
Copy link
Member

Hi, 请参考这条回复

@y6216886
Copy link
Author

y6216886 commented Oct 2, 2021

Hi, 请参考这条回复

谢谢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants