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

Add Semi-SL MeanTeacher for semantic segmentation #3801

Merged
merged 22 commits into from
Aug 13, 2024

Merge branch 'develop' into kp/add_semisl

dcad371
Select commit
Loading
Failed to load commit list.
Merged

Add Semi-SL MeanTeacher for semantic segmentation #3801

Merge branch 'develop' into kp/add_semisl
dcad371
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 13, 2024 in 1s

80.82% (-0.10%) compared to 962d26c

View this Pull Request on Codecov

80.82% (-0.10%) compared to 962d26c

Details

Codecov Report

Attention: Patch coverage is 70.23256% with 64 lines in your changes missing coverage. Please review.

Project coverage is 80.82%. Comparing base (962d26c) to head (dcad371).

Files Patch % Lines
src/otx/algo/segmentation/litehrnet.py 25.00% 18 Missing ⚠️
src/otx/algo/segmentation/segnext.py 25.00% 18 Missing ⚠️
src/otx/algo/segmentation/dino_v2_seg.py 26.08% 17 Missing ⚠️
src/otx/algo/callbacks/ema_mean_teacher.py 92.30% 3 Missing ⚠️
...c/otx/algo/segmentation/segmentors/mean_teacher.py 94.23% 3 Missing ⚠️
src/otx/core/model/segmentation.py 50.00% 3 Missing ⚠️
src/otx/algo/segmentation/segmentors/base_model.py 93.33% 1 Missing ⚠️
src/otx/core/data/dataset/segmentation.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3801      +/-   ##
===========================================
- Coverage    80.91%   80.82%   -0.10%     
===========================================
  Files          270      272       +2     
  Lines        27168    27361     +193     
===========================================
+ Hits         21983    22114     +131     
- Misses        5185     5247      +62     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.