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

Question about Least Kinetic Motion Prior #36

Open
rliu100 opened this issue Dec 19, 2022 · 1 comment
Open

Question about Least Kinetic Motion Prior #36

rliu100 opened this issue Dec 19, 2022 · 1 comment

Comments

@rliu100
Copy link

rliu100 commented Dec 19, 2022

Hi, I was wondering why

sf_sm_loss += args.w_sm * compute_sf_lke_loss(ret['raw_pts_ref'], 
                                                    ret['raw_pts_post'], 
                                                    ret['raw_pts_prev'], 
                                                    H, W, focal)

is called twice at the following two lines?:

sf_sm_loss += args.w_sm * compute_sf_lke_loss(ret['raw_pts_ref'],

sf_sm_loss += args.w_sm * compute_sf_lke_loss(ret['raw_pts_ref'],

Should compute_sf_lke_loss compute the $L_{temp}$ term?

Thank you!

@Nole21
Copy link

Nole21 commented Jan 16, 2024

Have you figured it out? I have the same question.

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