From 8f06f07e22f124ebc8e70d5c01fb30c4ca3782c3 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Thu, 13 Dec 2018 11:55:29 +0100 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 329f491..ea5b4d4 100644 --- a/README.md +++ b/README.md @@ -1376,7 +1376,7 @@ Use [this](https://github.com/zziz/pwc/issues/11) thread to request us your favo ## 2015 | Title | Conf | Code | Stars | |:--------|:--------:|:--------:|:--------:| -| [Faster R-CNN: Towards Real-Time Object Detectionwith Region Proposal Networks](https://papers.nips.cc/paper/5638-faster-r-cnn-towards-real-time-object-detection-with-region-proposal-networks.pdf) | NIPS | [code](https://github.com/facebookresearch/Detectron) | 16767 | +| [Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks](https://papers.nips.cc/paper/5638-faster-r-cnn-towards-real-time-object-detection-with-region-proposal-networks.pdf) | NIPS | [code](https://github.com/facebookresearch/Detectron) | 16767 | | [Fast R-CNN](http://openaccess.thecvf.com/content_iccv_2015/html/Girshick_Fast_R-CNN_ICCV_2015_paper.html) | ICCV | [code](https://github.com/facebookresearch/Detectron) | 16494 | | [Conditional Random Fields as Recurrent Neural Networks](http://openaccess.thecvf.com/content_iccv_2015/html/Zheng_Conditional_Random_Fields_ICCV_2015_paper.html) | ICCV | [code](https://github.com/torrvision/crfasrnn) | 1167 | | [Fully Convolutional Networks for Semantic Segmentation](http://openaccess.thecvf.com/content_cvpr_2015/html/Long_Fully_Convolutional_Networks_2015_CVPR_paper.html) | CVPR | [code](https://github.com/shekkizh/FCN.tensorflow) | 839 |