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

The problem about the ground truth box for learning reppoints at the initial training stage #37

Open
VT-developer opened this issue Jul 5, 2021 · 0 comments

Comments

@VT-developer
Copy link

(1)The code at the 444th line in reppoints_head.py:
(*_, bbox_gt_list_init, candidate_list_init, bbox_weights_list_init,
num_total_pos_init, num_total_neg_init) = cls_reg_targets_init
here, what does the variable "bbox_gt_list_init" represent? It is equivalent to the ground truth boxes?

(2)The same question related to the code at the 477th line in reppoints_head.py.
Is the variable "bbox_gt_list_refine" equivalent to "bbox_gt_list_init"? Is bbox_gt_list_refine same to the ground truth boxes?

Look forward to your replay. Thx.

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