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

[Feature] Support Semi-supervised Oriented Object Detection: SOOD (CVPR 2023) #1003

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

Conversation

Haru-zt
Copy link

@Haru-zt Haru-zt commented Mar 8, 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

Support Semi-supervised Oriented Object Detection: SOOD (CVPR 2023).
SOOD is based on mmrotate 0.x, but not work in mmrotate 1.x

Modification

  1. SOOD configs files (including data augmentation)
  2. Semi-base
  3. SOOD code
  4. OT loss used in SOOD
  5. Mean Teacher Hook supports Burn-in strategy
  6. provide README.md to split train set and start training

BC-breaking (Optional)

No

Use cases (Optional)

please refer to sood/README.md

Checklist

  1. Pre-commit or other linting tools are used to fix the potential lint issues. Yes
  2. The modification is covered by complete unit tests. If not, please add more unit test to ensure the correctness.
  3. The documentation has been modified accordingly, like docstring or example tutorials. Yes

@CLAassistant
Copy link

CLAassistant commented Mar 8, 2024

CLA assistant check
All committers have signed the CLA.

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.

2 participants