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

How to generate each learner's label? #4

Open
rockywind opened this issue Aug 17, 2021 · 1 comment
Open

How to generate each learner's label? #4

rockywind opened this issue Aug 17, 2021 · 1 comment

Comments

@rockywind
Copy link

How to construct the location loss function?
image

@Willy0919
Copy link
Contributor

Willy0919 commented Aug 18, 2021

How to construct the location loss function?

The target for each stage is the ground truth localization, the loss function calculates the loss between ground truth localization and predicted localization of the corresponding stage. For stage t, we regress the center localization residual based on the previous stage prediction, so the predicted localization is the sum of the initial center localization and a stack of residual localization from t stages, which can be described in Equation 4 in our paper. Besides, the implementation can be seen in lib/models/patchnet_pct.py and lib/losses/patchnet_loss.py.

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