Skip to content

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

@VT-developer

Description

@VT-developer

(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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions