RCNN学习笔记(1):Rich feature hierarchies for accurate object detection and semantic segmentation

        rcnn主要做用就是用于物体检测,就是首先经过selective search 选择2000个候选区域,这些区域中有咱们须要的所对应的物体的bounding-box,而后对于每个region proposal 都wrap到固定的大小的scale,227*227(AlexNet Input),对于每个处理以后的图片,把他都放到CNN上去进行特征提取,获得每一个region propo
相关文章
相关标签/搜索