You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
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.
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
MCC/engine_mcc.py
Line 44 in b04c975
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.