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 segmentation.MeanIoU #2698

Merged
merged 8 commits into from
Sep 11, 2024
Merged

Commits on Sep 11, 2024

  1. Fix MeanIoU (Lightning-AI#2558)

    - use sum reduce function for score
    - add state `num_batches` to keep number of processed batches
    - add increment of `num_batches` in every `update` call
    - in `compute` return sum of scores divided by number of processed batches
    vkinakh authored and Borda committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ef88d97 View commit details
    Browse the repository at this point in the history
  2. Fix typos

    vkinakh authored and Borda committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d4d3e05 View commit details
    Browse the repository at this point in the history
  3. Update compute description

    vkinakh authored and Borda committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b686569 View commit details
    Browse the repository at this point in the history
  4. changelog

    SkafteNicki authored and Borda committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2d0fdc3 View commit details
    Browse the repository at this point in the history
  5. add general testing

    SkafteNicki authored and Borda committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c7e722b View commit details
    Browse the repository at this point in the history
  6. fix dict case

    SkafteNicki authored and Borda committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    640c664 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d5af5e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    162761d View commit details
    Browse the repository at this point in the history