Skip to content

Commit 779b05b

Browse files
committed
update README
1 parent e13f604 commit 779b05b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ Real-time generic object detection on mobile platforms is a crucial but challeng
1414

1515
## Requirements
1616

17+
```bash
1718
mmdet==2.18.1
1819
mmcv==1.3.17
20+
```
1921

2022
## Installation
2123

@@ -74,4 +76,6 @@ If you find this repo useful in your research, please consider cite our work:
7476
- [MMCV](https://github.com/open-mmlab/mmcv) & [MMDetection](https://github.com/open-mmlab/mmdetection).
7577
- [ShuffleNetV2](https://github.com/megvii-model/ShuffleNet-Series/tree/master/ShuffleNetV2).
7678
- [PSROIAlign Implementation](https://github.com/McDo/PSROIAlign-Multi-Batch-PyTorch).
77-
- [Light-head RCNN](https://github.com/zengarden/light_head_rcnn)
79+
- [Light-head RCNN](https://github.com/zengarden/light_head_rcnn).
80+
- [Jiayuan Zhuang](https://github.com/alpc128) for code implementation and reproduction.
81+

0 commit comments

Comments
 (0)