Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Bug on F1-score calculation #23

@splionar

Description

@splionar

As pointed out in NU-MCC (https://github.com/sail-sg/numcc), there is a bug in MCC's F1-score calculation.

The bug is located in

for i in range(int(np.ceil(predicted_xyz.shape[0] / slice_size))):
predicted_xyz should be gt_xyz.

This bug hurts MCC metrics when the number of predicted points are less than ground truth points. After fixing this bug, higher F1-score can be obtained by setting higher --eval_score_threshold.

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