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

Some questions about the supervise loss #17

Closed
JiangHai0929 opened this issue Mar 28, 2022 · 2 comments
Closed

Some questions about the supervise loss #17

JiangHai0929 opened this issue Mar 28, 2022 · 2 comments

Comments

@JiangHai0929
Copy link

Hi, I have some questions about the supervise loss as follows;
ss_loss_o, ss_stats_o = self.objective(estimated_flow_target_prime_to_target_directly, mini_batch['flow_map'], mask=mini_batch['mask'],
the mini_batch['flow_map'] is the ground-truth flow you generate in the online_triplet_creation.py (flow_gt = self.synthetic_flow_generator(mini_batch=mini_batch, training=training, net=net)) and the target image prime is warped by using the flow_gt, so the mini_batch['flow_map'] should be flow_target_to_target_prime_directly, why you caclulate the L1 distance between estimated_flow_target_prime_to_target_directly and mini_batch['flow_map'] rather than the distance between estimated_flow_target_to_target_prime_directly and mini_batch['flow_map'].
Thanks, Looking forward to your reply!

@PruneTruong
Copy link
Owner

Hey, so I assume you answered your question? :)

@JiangHai0929
Copy link
Author

yes, i made a mistake, thank you!

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