You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/open-mmlab/mmrotate/issues)
27
-
[](https://github.com/open-mmlab/mmrotate/issues)
Please refer to [changelog.md](docs/en/changelog.md) for details and release history.
72
81
73
82
## Installation
74
83
75
-
Please refer to [install.md](docs/en/install.md) for installation guide.
84
+
MMRotate depends on [PyTorch](https://pytorch.org/), [MMCV](https://github.com/open-mmlab/mmcv) and [MMDetection](https://github.com/open-mmlab/mmdetection).
85
+
Below are quick steps for installation.
86
+
Please refer to [Install Guide](https://mmrotate.readthedocs.io/en/latest/install.html) for more detailed instruction.
Please see [get_started.md](docs/en/get_started.md) for the basic usage of MMRotate.
80
-
We provide [colab tutorial](demo/MMRotate_Tutorial.ipynb) for beginners.
81
-
There are also tutorials:
103
+
We provide [colab tutorial](demo/MMRotate_Tutorial.ipynb), and other tutorials for:
82
104
83
105
-[learn the basics](docs/en/intro.md)
84
106
-[learn the config](docs/en/tutorials/customize_config.md)
@@ -116,10 +138,6 @@ A summary can be found in the [Model Zoo](docs/en/model_zoo.md) page.
116
138
117
139
</details>
118
140
119
-
### Model Request
120
-
121
-
We will keep up with the latest progress of the community, and support more popular algorithms and frameworks. If you have any feature requests, please feel free to leave a comment in [MMRotate Roadmap](https://github.com/open-mmlab/mmrotate/issues/1).
122
-
123
141
## Data Preparation
124
142
125
143
Please refer to [data_preparation.md](tools/data/README.md) to prepare the data.
@@ -138,13 +156,15 @@ MMRotate is an open source project that is contributed by researchers and engine
138
156
139
157
## Citation
140
158
141
-
If you find this project useful in your research, please consider cite:
159
+
If you use this toolbox or benchmark in your research, please cite this project.
142
160
143
161
```bibtex
144
162
@article{mmrotate2022,
145
-
title={MMRotate: A Rotated Object Detection Benchmark using PyTorch},
146
-
author={Zhou, Yue and Yang, Xue and Zhang, Gefan and Wang, Jiabao and Liu, Yanyi and Hou, Liping and Jiang, Xue and Liu, Xingzhao and Yan, Junchi and Lyu, Chengqi and Zhang, Wenwei and Chen, Kai},
147
-
journal={arXiv preprint arXiv:2204.13317},
163
+
title = {MMRotate: A Rotated Object Detection Benchmark using PyTorch},
164
+
author = {Zhou, Yue and Yang, Xue and Zhang, Gefan and Wang, Jiabao and Liu, Yanyi and
165
+
Hou, Liping and Jiang, Xue and Liu, Xingzhao and Yan, Junchi and Lyu, Chengqi and
[](https://github.com/open-mmlab/mmrotate/issues)
27
-
[](https://github.com/open-mmlab/mmrotate/issues)
title={MMRotate: A Rotated Object Detection Benchmark using PyTorch},
144
-
author={Zhou, Yue and Yang, Xue and Zhang, Gefan and Wang, Jiabao and Liu, Yanyi and Hou, Liping and Jiang, Xue and Liu, Xingzhao and Yan, Junchi and Lyu, Chengqi and Zhang, Wenwei and Chen, Kai},
145
-
journal={arXiv preprint arXiv:2204.13317},
146
-
year={2022}
158
+
title = {MMRotate: A Rotated Object Detection Benchmark using PyTorch},
159
+
author = {Zhou, Yue and Yang, Xue and Zhang, Gefan and Wang, Jiabao and Liu, Yanyi and
160
+
Hou, Liping and Jiang, Xue and Liu, Xingzhao and Yan, Junchi and Lyu, Chengqi and
0 commit comments