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

Include metrics for segmentation algorithm #26

Closed
sowmyakth opened this issue Feb 26, 2020 · 2 comments
Closed

Include metrics for segmentation algorithm #26

sowmyakth opened this issue Feb 26, 2020 · 2 comments
Labels
good first issue Good for newcomers hack Self-contained new feature. metrics

Comments

@sowmyakth
Copy link
Collaborator

Add script that computes Intersection over Union (IoU) for the segmentation map produced by an algorithm. Estimating the segmentation map should be done in measure and IoU computation in compute_metrics.

@ismael-mendoza ismael-mendoza added good first issue Good for newcomers hack Self-contained new feature. and removed enhancement labels Jul 18, 2020
@ismael-mendoza
Copy link
Collaborator

An example of a segmentation map can be found in the last example of this notebook: https://github.com/LSSTDESC/BlendingToolKit/blob/master/notebooks/run_basic.ipynb

@ismael-mendoza ismael-mendoza added good first issue Good for newcomers and removed good first issue Good for newcomers labels Jul 18, 2020
@thuiop
Copy link
Collaborator

thuiop commented Apr 29, 2021

Implemented in #125

@thuiop thuiop closed this as completed Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hack Self-contained new feature. metrics
Projects
None yet
Development

No branches or pull requests

3 participants