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
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
modify some setting
  • Loading branch information
Haru-zt committed Mar 8, 2024
commit 1ff70d1d6e4804ef38d1bbd6056c3e97da39e47f
2 changes: 1 addition & 1 deletion mmrotate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
f'<{mmengine_maximum_version}.'

mmdet_minimum_version = '3.0.0rc6'
mmdet_maximum_version = '3.2.0'
mmdet_maximum_version = '3.3.0'
mmdet_version = digit_version(mmdet.__version__)

assert (mmdet_version >= digit_version(mmdet_minimum_version)
Expand Down