Skip to content

[WIP] Add Mask2Former swin-b swin-l config files for instance segmentation #8491

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

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Conversation

chhluo
Copy link
Collaborator

@chhluo chhluo commented Aug 4, 2022

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.

Motivation

solve #8285

Modification

Please briefly describe what modification is made in this PR.

BC-breaking (Optional)

Does the modification introduce changes that break the backward-compatibility of the downstream repos?
If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.

Use cases (Optional)

If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.

Checklist

  1. Pre-commit or other linting tools are used to fix the potential lint issues.
  2. The modification is covered by complete unit tests. If not, please add more unit test to ensure the correctness.
  3. If the modification has potential influence on downstream projects, this PR should be tested with downstream projects, like MMDet or MMCls.
  4. The documentation has been modified accordingly, like docstring or example tutorials.

daquexian and others added 5 commits August 1, 2022 10:09
* Upgrade onnxsim to 0.4.0

* Update pytorch2onnx.py

* Update pytorch2onnx.py
* Add .github/workflow/stale.yml

* modify prompt message in stale.yml

* modify check strategy 

now, issues and prs with any of 'invalid', 'awaiting response' will be checked
@codecov
Copy link

codecov bot commented Aug 4, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.17%. Comparing base (3b72b12) to head (bb65f29).
Report is 96 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #8491      +/-   ##
==========================================
- Coverage   64.17%   64.17%   -0.01%     
==========================================
  Files         361      361              
  Lines       29530    29530              
  Branches     5020     5020              
==========================================
- Hits        18951    18950       -1     
  Misses       9576     9576              
- Partials     1003     1004       +1     
Flag Coverage Δ
unittests 64.14% <ø> (-0.01%) ⬇️

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

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

@ZwwWayne ZwwWayne added this to the 2.26.0 milestone Aug 15, 2022
@ZwwWayne ZwwWayne modified the milestones: 2.26.0, 2.27.0 Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants