Skip to content

Commit 5745329

Browse files
authored
Update README.md
1 parent 31ae206 commit 5745329

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# A *Faster* Pytorch Implementation of Faster R-CNN
22

3+
## Write at the beginning
4+
5+
This repo was initaited about two years ago, developed as the first open-sourced object detection code which supports multi-gpu training. It has been integrating tremendous efforts from many people. However, we have seen many high-quality repos emerged in the last years, such as:
6+
7+
* [maskrcnn-benchmark](https://github.com/facebookresearch/maskrcnn-benchmark)
8+
* [detectron2](https://github.com/facebookresearch/detectron2)
9+
* [mmdetection](https://github.com/open-mmlab/mmdetection)
10+
11+
At this point, I think this repo is out-of-data in terms of the pipeline and coding style, and will not maintain actively. Though you can still use this repo as a playground, I highly recommed you move to the above repos and delve into west world of object detection!
12+
313
## Introduction
414

515
### :boom: Good news! This repo supports pytorch-1.0 now!!! We borrowed some code and techniques from [maskrcnn-benchmark](https://github.com/facebookresearch/maskrcnn-benchmark). Just go to pytorch-1.0 branch!

0 commit comments

Comments
 (0)