Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Fix reduce_zero_label in evaluation #2504

Merged
merged 9 commits into from
Jan 30, 2023
Merged

[Fix] Fix reduce_zero_label in evaluation #2504

merged 9 commits into from
Jan 30, 2023

Commits on Jan 29, 2023

  1. Configuration menu
    Copy the full SHA
    1272bdf View commit details
    Browse the repository at this point in the history
  2. [Cleanup] Remove reduce_zero_label and label_map in evaluation

    Eval functions shouldn't reduce zero label or apply label_map since that is already done by get_gt_seg_map_by_idx() i.e. LoadAnnotations.__call__().
    siddancha committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    c97a9bb View commit details
    Browse the repository at this point in the history
  3. Fix lint errors

    siddancha committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    51d3ce2 View commit details
    Browse the repository at this point in the history
  4. Add test pre eval

    siddancha committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    73f152e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29410b1 View commit details
    Browse the repository at this point in the history
  6. Fix minor typo

    siddancha committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    1e783b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    11f9b36 View commit details
    Browse the repository at this point in the history
  8. Revert cleanup in metrics.py

    This is to maintain backward compatibility.
    siddancha committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    169a69f View commit details
    Browse the repository at this point in the history
  9. Update docstring in mmseg/datasets/custom.py

    Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
    siddancha and MeowZheng committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    db92532 View commit details
    Browse the repository at this point in the history