Skip to content

Chamfer Distance #35

@artest08

Description

@artest08

Hello,

In the issues, there is an indicated strong baseline. In that, chamfer distance is indicated as DET_l_chamfer. How is it calculated? Are thresholds again the same with Frechet Thresholds? Can we directly calculate it as below?

metrics['OpenLane-V2 Score']['DET_l_chamfer'] = _mAP_over_threshold(
    gts=gts, 
    preds=preds, 
    distance_matrixs=distance_matrixs['chamfer'], 
    distance_thresholds=THRESHOLDS_FRECHET,
    object_type='lane_centerline',
    filter=lambda _: True,
    inject=True, # save tp for eval on graph
).mean()

Thanks in advance

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