Skip to content

Potential serious bug in libs/nets/pyramid_network.py? #68

@xxxrrr

Description

@xxxrrr

Line 252-265: from rois to cropped_rois, the order of rois has been changed, which means the outputs['refined’][‘box’] has different order compared to rois. However, bbox_targets (Line 420) has the same order as rois. So for Line 441 refined_box_loss = bbox_inside_weights * _smooth_l1_dist(boxes, bbox_targets), there is misalignment between boxes and xbox_targets. If this true, this is a serious bug. Or am I misunderstanding something here? Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions