-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update rotated_anchor_head.py * fix lint * update docstring * Update * update docstring * fix link in docs. * update * add install in reademe * Revert "add install in reademe" This reverts commit e0a0f09. * Update .gitignore * fix docstring error * fix readthedocs api bug * fix hyperlink * Update smooth_focal_loss.py * fix lint * fix bugs * update return in docstring * fix bugs * update api.rst * update assigner * fix bugs * update * update * fix bugs in return * add download link in demo * fix typos
- Loading branch information
Showing
64 changed files
with
761 additions
and
428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,88 @@ | ||
mmrotate | ||
================= | ||
mmrotate.apis | ||
-------------- | ||
.. automodule:: mmrotate.apis | ||
:members: | ||
|
||
mmrotate.models | ||
------------------------------ | ||
.. automodule:: mmrotate.models | ||
mmrotate.core | ||
-------------- | ||
|
||
anchor | ||
^^^^^^^^^^ | ||
.. automodule:: mmrotate.core.anchor | ||
:members: | ||
|
||
backbones | ||
bbox | ||
^^^^^^^^^^ | ||
.. automodule:: mmrotate.models.backbones | ||
.. automodule:: mmrotate.core.bbox | ||
:members: | ||
|
||
dense_heads | ||
patch | ||
^^^^^^^^^^ | ||
.. automodule:: mmrotate.models.dense_heads | ||
.. automodule:: mmrotate.core.patch | ||
:members: | ||
|
||
evaluation | ||
^^^^^^^^^^ | ||
.. automodule:: mmrotate.core.evaluation | ||
:members: | ||
|
||
post_processing | ||
^^^^^^^^^^^^^^^ | ||
.. automodule:: mmrotate.core.post_processing | ||
:members: | ||
|
||
mmrotate.datasets | ||
-------------- | ||
|
||
datasets | ||
^^^^^^^^^^ | ||
.. automodule:: mmrotate.datasets | ||
:members: | ||
|
||
pipelines | ||
^^^^^^^^^^ | ||
.. automodule:: mmrotate.datasets.pipelines | ||
:members: | ||
|
||
mmrotate.models | ||
-------------- | ||
|
||
detectors | ||
^^^^^^^^^^ | ||
.. automodule:: mmrotate.models.detectors | ||
:members: | ||
|
||
losses | ||
backbones | ||
^^^^^^^^^^ | ||
.. automodule:: mmrotate.models.losses | ||
.. automodule:: mmrotate.models.backbones | ||
:members: | ||
|
||
necks | ||
^^^^^^^^^^^^ | ||
.. automodule:: mmrotate.models.necks | ||
:members: | ||
|
||
dense_heads | ||
^^^^^^^^^^^^ | ||
.. automodule:: mmrotate.models.dense_heads | ||
:members: | ||
|
||
roi_heads | ||
^^^^^^^^^^ | ||
.. automodule:: mmrotate.models.roi_heads | ||
:members: | ||
|
||
mmrotate.core | ||
------------------------------ | ||
.. automodule:: mmrotate.core | ||
losses | ||
^^^^^^^^^^ | ||
.. automodule:: mmrotate.models.losses | ||
:members: | ||
|
||
mmrotate.datasets | ||
------------------------------ | ||
.. automodule:: mmrotate.datasets | ||
utils | ||
^^^^^^^^^^ | ||
.. automodule:: mmrotate.models.utils | ||
:members: | ||
|
||
mmrotate.utils | ||
-------------- | ||
.. automodule:: mmrotate.utils | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,88 @@ | ||
mmrotate | ||
================= | ||
mmrotate.apis | ||
-------------- | ||
.. automodule:: mmrotate.apis | ||
:members: | ||
|
||
mmrotate.models | ||
------------------------------ | ||
.. automodule:: mmrotate.models | ||
mmrotate.core | ||
-------------- | ||
|
||
anchor | ||
^^^^^^^^^^ | ||
.. automodule:: mmrotate.core.anchor | ||
:members: | ||
|
||
backbones | ||
bbox | ||
^^^^^^^^^^ | ||
.. automodule:: mmrotate.models.backbones | ||
.. automodule:: mmrotate.core.bbox | ||
:members: | ||
|
||
dense_heads | ||
patch | ||
^^^^^^^^^^ | ||
.. automodule:: mmrotate.models.dense_heads | ||
.. automodule:: mmrotate.core.patch | ||
:members: | ||
|
||
evaluation | ||
^^^^^^^^^^ | ||
.. automodule:: mmrotate.core.evaluation | ||
:members: | ||
|
||
post_processing | ||
^^^^^^^^^^^^^^^ | ||
.. automodule:: mmrotate.core.post_processing | ||
:members: | ||
|
||
mmrotate.datasets | ||
-------------- | ||
|
||
datasets | ||
^^^^^^^^^^ | ||
.. automodule:: mmrotate.datasets | ||
:members: | ||
|
||
pipelines | ||
^^^^^^^^^^ | ||
.. automodule:: mmrotate.datasets.pipelines | ||
:members: | ||
|
||
mmrotate.models | ||
-------------- | ||
|
||
detectors | ||
^^^^^^^^^^ | ||
.. automodule:: mmrotate.models.detectors | ||
:members: | ||
|
||
losses | ||
backbones | ||
^^^^^^^^^^ | ||
.. automodule:: mmrotate.models.losses | ||
.. automodule:: mmrotate.models.backbones | ||
:members: | ||
|
||
necks | ||
^^^^^^^^^^^^ | ||
.. automodule:: mmrotate.models.necks | ||
:members: | ||
|
||
dense_heads | ||
^^^^^^^^^^^^ | ||
.. automodule:: mmrotate.models.dense_heads | ||
:members: | ||
|
||
roi_heads | ||
^^^^^^^^^^ | ||
.. automodule:: mmrotate.models.roi_heads | ||
:members: | ||
|
||
mmrotate.core | ||
------------------------------ | ||
.. automodule:: mmrotate.core | ||
losses | ||
^^^^^^^^^^ | ||
.. automodule:: mmrotate.models.losses | ||
:members: | ||
|
||
mmrotate.datasets | ||
------------------------------ | ||
.. automodule:: mmrotate.datasets | ||
utils | ||
^^^^^^^^^^ | ||
.. automodule:: mmrotate.models.utils | ||
:members: | ||
|
||
mmrotate.utils | ||
-------------- | ||
.. automodule:: mmrotate.utils | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.