AI Paper English F.o.R.

人工知能(AI)に関する論文を英語リーディング教本のFrame of Reference(F.o.R.)を使いこなして読むブログです。

Fast R-CNN

Fast R-CNN | Abstract 第6文

Fast R-CNN is implemented in Python and C++ (using Caffe) and is available under the open-source MIT License at https: //github.com/rbgirshick/fast-rcnn. Ross Girshick, "Fast R-CNN" https://arxiv.org/abs/1504.08083 物体検出タスクにおいて、…

Fast R-CNN | Abstract 第5文

Compared to SPPnet, Fast R-CNN trains VGG16 3× faster, tests 10× faster, and is more accurate. Ross Girshick, "Fast R-CNN" https://arxiv.org/abs/1504.08083 物体検出タスクにおいて、特徴マップの再利用によってR-CNNよりも高速化に成功した"Fast …

Fast R-CNN | Abstract 第4文

Fast R-CNN trains the very deep VGG16 network 9× faster than R-CNN, is 213× faster at test-time, and achieves a higher mAP on PASCAL VOC 2012. Ross Girshick, "Fast R-CNN" https://arxiv.org/abs/1504.08083 物体検出タスクにおいて、特徴マップ…

Fast R-CNN | Abstract 第3文

Compared to previous work, Fast R-CNN employs several innovations to improve training and testing speed while also increasing detection accuracy. Ross Girshick, "Fast R-CNN" https://arxiv.org/abs/1504.08083 物体検出タスクにおいて、特徴マッ…

Fast R-CNN | Abstract 第2文

Fast R-CNN builds on previous work to efficiently classify object proposals using deep convolutional networks. Ross Girshick, "Fast R-CNN" https://arxiv.org/abs/1504.08083 物体検出タスクにおいて、特徴マップの再利用によってR-CNNよりも高速化…

Fast R-CNN | Abstract 第1文

This paper proposes a Fast Region-based Convolutional Network method (Fast R-CNN) for object detection. Ross Girshick, "Fast R-CNN" https://arxiv.org/abs/1504.08083 物体検出タスクにおいて、特徴マップの再利用によってR-CNNよりも高速化に成功…