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

Absolute difference instead of Normalized difference? #15

Open
meet-minimalist opened this issue Apr 4, 2020 · 0 comments
Open

Absolute difference instead of Normalized difference? #15

meet-minimalist opened this issue Apr 4, 2020 · 0 comments

Comments

@meet-minimalist
Copy link

For the loc_loss calculation, absolute difference between ground truth and anchor have been taken instead of normalized difference between ground truth and anchor. Why is it so? Am I missing something? Because paper have suggested this in equation (2) in page num. 5.

loc_loss = tf.reduce_sum(smooth_l1(pred_locs - true_locs), reduction_indices=2) * positives

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

1 participant