Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,12 @@ MMRotate is an open source project that is contributed by researchers and engine
If you use this toolbox or benchmark in your research, please cite this project.

```bibtex
@article{mmrotate2022,
@inproceedings{zhou2022mmrotate,
title = {MMRotate: A Rotated Object Detection Benchmark using PyTorch},
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},
journal= {arXiv preprint arXiv:2204.13317},
booktitle={Proceedings of the 30th ACM International Conference on Multimedia},
year={2022}
}
```
Expand Down
5 changes: 3 additions & 2 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,13 @@ MMRotate 是一款由不同学校和公司共同贡献的开源项目。我们
如果你在研究中使用了本项目的代码或者性能基准,请参考如下 bibtex 引用 MMRotate。

```bibtex
@article{mmrotate2022,
@inproceedings{zhou2022mmrotate,
title = {MMRotate: A Rotated Object Detection Benchmark using PyTorch},
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},
journal= {arXiv preprint arXiv:2204.13317},
booktitle={Proceedings of the 30th ACM International Conference on Multimedia},
year={2022}
}
```

Expand Down