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

Create dedicated Neptune hook for metadata logging #10080

Open
wants to merge 141 commits into
base: dev-3.x
Choose a base branch
from

Conversation

AleksanderWWW
Copy link

@AleksanderWWW AleksanderWWW commented Apr 4, 2023

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

We want to introduce NeptuneHook for users who want to log their metadata and models to Neptune.ai

Modification

Added NeptuneHook class and an example config that utilizes it

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)

  • Automatic metadata logging to Neptune.ai
  • Adding model checkpoints to Neptune.ai

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. (in progress)
  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. (in progress)

Mxbonn and others added 30 commits June 5, 2022 17:16
…8176)

modified: mmdet/utils/util_distribution.py

Co-authored-by: Wenwei Zhang <[email protected]>
* 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 <[email protected]>
Co-authored-by: m.stepanov <[email protected]>
* 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 <[email protected]>
* [Fix]: Fix WandbLogger Hook Error (open-mmlab#8273)

* Delete qq_group_qrcode.jpg

* Update README_zh-CN.md

Co-authored-by: Ayush Thakur <[email protected]>
…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
@CLAassistant
Copy link

CLAassistant commented Apr 4, 2023

CLA assistant check
All committers have signed the CLA.

@AleksanderWWW
Copy link
Author

Inb4 the neptune_config.py file name will be changed to adhere to the convention. I just named it this way for now to make it easier for me to find it in the repo

@AleksanderWWW
Copy link
Author

Also, I would like to ask whether anyone has any tips for adding predicted masks to the ground truth? Is there any ready utility present somewhere in the repo?

@OpenMMLab-Assistant005
Copy link

Hi @AleksanderWWW !We are grateful for your efforts in helping improve this open-source project during your personal time.
Welcome to join OpenMMLab Special Interest Group (SIG) private channel on Discord, where you can share your experiences, ideas, and build connections with like-minded peers. To join the SIG channel, simply message moderator— OpenMMLab on Discord or briefly share your open-source contributions in the #introductions channel and we will assist you. Look forward to seeing you there! Join us :https://discord.gg/UjgXkPWNqA
If you have a WeChat account,welcome to join our community on WeChat. You can add our assistant :openmmlabwx. Please add "mmsig + Github ID" as a remark when adding friends:)
Thank you again for your contribution❤

@AleksanderWWW AleksanderWWW marked this pull request as ready for review May 12, 2023 09:47
@AleksanderWWW AleksanderWWW changed the base branch from 2.x to 3.x May 31, 2023 18:43
@AleksanderWWW AleksanderWWW changed the base branch from 3.x to dev-3.x May 31, 2023 19:47
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.