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

Allow ChipClassificationLabelSource to load scores, if available, when reading labels #1988

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

AdeelH
Copy link
Collaborator

@AdeelH AdeelH commented Nov 8, 2023

Overview

This PR Allow ChipClassificationLabelSource to load scores if available when reading labels from a vector source.

Checklist

  • Added unit tests, if applicable
  • Updated documentation, if applicable
  • Added needs-backport label if the change should be back-ported to the previous release
  • PR has a name that won't get you publicly shamed for vagueness

Notes

N/A

Testing Instructions

Covered by existing unit tests.

Copy link

codecov bot commented Nov 8, 2023

Codecov Report

Merging #1988 (297f833) into master (cd102da) will increase coverage by 0.01%.
Report is 8 commits behind head on master.
The diff coverage is 68.75%.

@@            Coverage Diff             @@
##           master    #1988      +/-   ##
==========================================
+ Coverage   86.14%   86.16%   +0.01%     
==========================================
  Files         195      195              
  Lines        9581     9598      +17     
==========================================
+ Hits         8254     8270      +16     
- Misses       1327     1328       +1     
Files Coverage Δ
...s_sagemaker/rastervision/aws_sagemaker/__init__.py 100.00% <ø> (ø)
...vision_core/rastervision/core/analyzer/analyzer.py 100.00% <ø> (ø)
...ervision_core/rastervision/core/backend/backend.py 100.00% <ø> (ø)
...ision/core/data/crs_transformer/crs_transformer.py 100.00% <ø> (ø)
...vision_core/rastervision/core/data/label/labels.py 100.00% <ø> (ø)
...on/core/data/label/semantic_segmentation_labels.py 91.53% <ø> (ø)
...a/label_source/chip_classification_label_source.py 93.68% <100.00%> (+0.20%) ⬆️
...astervision/core/data/label_source/label_source.py 78.57% <100.00%> (+3.57%) ⬆️
.../rastervision/core/data/label_store/label_store.py 100.00% <100.00%> (ø)
...a/label_store/semantic_segmentation_label_store.py 94.41% <100.00%> (ø)
... and 17 more

@AdeelH AdeelH changed the title Allow ChipClassificationLabelSource to load scores if available when reading labels Allow ChipClassificationLabelSource to load scores, if available, when reading labels Nov 8, 2023
@AdeelH AdeelH merged commit e882bfe into azavea:master Nov 8, 2023
1 check passed
@AdeelH AdeelH deleted the cc_labels_scores branch November 17, 2023 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant