理解faster-rcnn中的Two-Stage

在objects detection算法中,大概可以分爲兩大方向 一、Two-Stage,這是一種Proposal-based的方法,需要先使用啓發式方法(selective search)或者CNN網絡(RPN)產生Region Proposal,然後再在Region Proposal上做分類與迴歸。精度高,但是速度慢。 R-CNN Fast R-CNN Faster R-CNN Mask R-
相關文章
相關標籤/搜索