maps-as-data / MapReader

A computer vision pipeline for exploring and analyzing images at scale
https://mapreader.readthedocs.io/en/latest/
Other
90 stars 11 forks source link

Add occlusion analysis to post-processing #470

Closed rwood-97 closed 3 months ago

rwood-97 commented 3 months ago

Summary

This adds occlusion analysis code to MapReader's post-processing methods.

Fixes #466 Fixes #468

Describe your changes

This PR:

Checklist before assigning a reviewer (update as needed)

Reviewer checklist

Please add anything you want reviewers to specifically focus/comment on.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 97.69737% with 7 lines in your changes missing coverage. Please review.

Project coverage is 63.35%. Comparing base (e459639) to head (014bb64). Report is 4 commits behind head on main.

Files Patch % Lines
mapreader/classify/classifier.py 72.22% 5 Missing :warning:
mapreader/__init__.py 90.00% 1 Missing :warning:
mapreader/process/occlusion_analysis.py 99.23% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #470 +/- ## ========================================== + Coverage 62.24% 63.35% +1.11% ========================================== Files 44 46 +2 Lines 7045 7292 +247 ========================================== + Hits 4385 4620 +235 - Misses 2660 2672 +12 ``` | [Flag](https://app.codecov.io/gh/Living-with-machines/MapReader/pull/470/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Living-with-machines) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/Living-with-machines/MapReader/pull/470/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Living-with-machines) | `63.35% <97.69%> (+1.11%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Living-with-machines#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

review-notebook-app[bot] commented 3 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB