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

pull the newest code #11646

Open
wants to merge 107 commits into
base: main
Choose a base branch
from
Open

pull the newest code #11646

wants to merge 107 commits into from

Conversation

leo038
Copy link

@leo038 leo038 commented Apr 18, 2024

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

Please describe the motivation of this PR and the goal you want to achieve through this PR.

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 MMPreTrain.
  4. The documentation has been modified accordingly, like docstring or example tutorials.

Mxbonn and others added 30 commits June 5, 2022 17:16
Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
…8176)

modified: mmdet/utils/util_distribution.py

Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
* Bug fix: open-mmlab#8131

* The better solution from chhluo

* open-mmlab#8136

since we changed the filtering type from mask to indexes, we can no longer use ```keep.any()``` to check, because it does not work at index zero.
But we can use

```
if keep.size == 0:
             if self.keep_empty:
                 return None
```

* add a unit test for filtering PolygonMasks

* W293 blank line contains whitespace

Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
Co-authored-by: m.stepanov <m.stepanov@redmadrobot.com>
* update reppoints readme and metafile

* update openimages metafile

* update faster rcnn readme and metafile

* update convnext readme and metafile

* update guided_anchoring metafile

* update groie metafile and readme

* update reppoints readme and metafile

* update metafile

* update metafile

* release ld and mask_rcnn models

* update metafile

* update regnet metafile

* fix markdown format

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* update md format

* release lad
* Update maskformer.py

* Update maskformer_head.py

* Update maskformer.py

* fix lint

* fix lint

Co-authored-by: Cedric Luo <luochunhua1996@outlook.com>
* [Fix]: Fix WandbLogger Hook Error (open-mmlab#8273)

* Delete qq_group_qrcode.jpg

* Update README_zh-CN.md

Co-authored-by: Ayush Thakur <mein2work@gmail.com>
…en-mmlab#8439)

* fix runtime error of "+=" inplace operation in PyTorch 1.10

* minor fix
* Add changelog of v2.25.1

* update changelog
Release v2.25.1
* introduce 3.x in 2.x readme

* introduce 3.x in 2.x readme

* update
* 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
the parameter of offset is not set as continuous will trigger the runtime error: offset must be continuous
RangiLyu and others added 29 commits January 3, 2023 11:04
* Add changelog of v2.27.0

* update rc5

* fix

* fix

* sync
* fix master circle ci

* update

* update

* update

* update

* fix

* cmake

* onnx

* fix albu install

* fix

* fix

* fix

* fix

* update

* fix

* fix

* fix

* update

* fix

* update

* fix

* fix

* finally fix ci
…mlab#9570)

* [Fix] Fix inconsistent float precision between mmdet and mmcv in coco.py

* [Fix] Fix inconsistent float precision between mmdet and mmcv in lvis.py

* Fix pytest in test_panoptic_dataset.py
* add new results

* sync npu.md on doc/zh_cn.

* Update docs/en/device/npu.md

Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>

* Update docs/en/device/npu.md

Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>

* Update docs/en/device/npu.md

Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>

* Update docs/en/device/npu.md

Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>

* Update docs/zh_cn/device/npu.md

Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>

* move star

* move star

* Update npu.md

* Update npu.md

* Update npu.md

* Update docs/en/device/npu.md

Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>

* Update docs/zh_cn/device/npu.md

Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>

* Update docs/zh_cn/device/npu.md

Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>

* Update npu.md

* Update npu.md

* Update npu.md

Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
Co-authored-by: RangiLyu <lyuchqi@gmail.com>
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