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] Fix bugs when out_channels==1 #2911

Merged
merged 9 commits into from Apr 18, 2023
Merged

Conversation

likyoo
Copy link
Contributor

@likyoo likyoo commented Apr 15, 2023

No description provided.

@CLAassistant
Copy link

CLAassistant commented Apr 15, 2023

CLA assistant check
All committers have signed the CLA.

@xiexinch xiexinch changed the base branch from main to dev-1.x April 17, 2023 03:55
@codecov
Copy link

codecov bot commented Apr 18, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.08 ⚠️

Comparison is base (892f9e1) 83.66% compared to head (f5d8f9f) 83.59%.

❗ Current head f5d8f9f differs from pull request most recent head 8091d4c. Consider uploading reports for the commit 8091d4c to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##           dev-1.x    #2911      +/-   ##
===========================================
- Coverage    83.66%   83.59%   -0.08%     
===========================================
  Files          156      156              
  Lines         9355     9356       +1     
  Branches      1373     1373              
===========================================
- Hits          7827     7821       -6     
- Misses        1283     1293      +10     
+ Partials       245      242       -3     
Flag Coverage Δ
unittests 83.59% <100.00%> (-0.08%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmseg/models/segmentors/base.py 90.27% <100.00%> (+0.13%) ⬆️
mmseg/models/segmentors/encoder_decoder.py 90.08% <100.00%> (ø)

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@xiexinch xiexinch changed the title fix bugs when out_channels==1 [Fix] Fix bugs when out_channels==1 Apr 18, 2023
@xiexinch xiexinch merged commit 4371ba5 into open-mmlab:dev-1.x Apr 18, 2023
15 checks passed
nahidnazifi87 pushed a commit to nahidnazifi87/mmsegmentation_playground that referenced this pull request Apr 5, 2024
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.

None yet

5 participants