We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?:
Neural-Scene-Flow-Fields/nsff_exp/run_nerf.py
Line 589 in d400175
Line 593 in 86ad6dd
Should compute_sf_lke_loss compute the $L_{temp}$ term?
compute_sf_lke_loss
Thank you!
The text was updated successfully, but these errors were encountered:
Have you figured it out? I have the same question.
Sorry, something went wrong.
No branches or pull requests
Hi, I was wondering why
is called twice at the following two lines?:
Neural-Scene-Flow-Fields/nsff_exp/run_nerf.py
Line 589 in d400175
Neural-Scene-Flow-Fields/nsff_exp/run_nerf.py
Line 593 in 86ad6dd
Should$L_{temp}$ term?
compute_sf_lke_loss
compute theThank you!
The text was updated successfully, but these errors were encountered: